Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
updated build & base-image
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Oct 18, 2016
1 parent 2ca762f commit 70f81f1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 30 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ release:tags:
cleanup:
stage: cleanup
script:
- docker-compose kill
- docker-compose down -v
when: always
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM dmstr/phd5-app
FROM dmstr/phd5-app:5.0.0-beta3

# Additional packages
# Additional packages, see also `docker-compose.dev.yml` for host-volumes
#COPY ./composer.* /app/
#RUN composer install --prefer-dist

# Application environment configuration
#RUN cp src/app.env-dist src/app.env

# PHP configuration
ENV APP_CONFIG_FILE=/app/src/modules/config.php
# Application environment & PHP configuration
#ENV APP_CONFIG_FILE=/app/src/modules/config.php \
# APP_NAME=planck-myapp \
# APP_TITLE="MyPlanck" \
# APP_LANGUAGES=de,ru,en

COPY ./src /app/src
32 changes: 9 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
planck
======

0 line application template
Web application template built from `dmstr/phd5-app`

## Documentation

[Quick start tutorial](https://github.com/dmstr/docs-phd5/blob/master/guide/tutorials/docker-build-from-phd.md) | [Guide](https://github.com/dmstr/docs-phd5/blob/master/guide/README.md)

### Getting started



Create environment config

cp .env-dist .env

Create application `src/local.env`, if needed.

Build images

Expand All @@ -28,28 +32,10 @@ Start stack

docker-compose up -d

Open your

## Demo

http://demo.apptransporter.com.staging-2.oneba.se

![Frontend](https://raw.githubusercontent.com/dmstr/gh-media/master/dmstr/planck/apptransporter-demo-frontend.png)
![Backend](https://raw.githubusercontent.com/dmstr/gh-media/master/dmstr/planck/apptransporter-demo-backend.png)

## Support


## Contribute


## License



## Resources

- links
Open your browser

open http://$DOCKER_HOST_IP:21080


---

Expand Down

0 comments on commit 70f81f1

Please sign in to comment.