Skip to content

Commit

Permalink
Merge pull request #53 from hzi-braunschweig/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
asohh authored Jun 3, 2020
2 parents 33e4b03 + 5b6a219 commit a8c85c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-external-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ services:
- TZ=${TZ}
- JVM_MAX=${APPSERVER_JVM_MAX}
- GEO_UUID=${GEO_UUID}
- DEVMODE=${DEVMODE}
depends_on:
- postgres
volumes:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ services:
- TZ=${TZ}
- JVM_MAX=${APPSERVER_JVM_MAX}
- GEO_UUID=${GEO_UUID}
- DEVMODE=${DEVMODE}
depends_on:
- postgres
volumes:
Expand Down
1 change: 1 addition & 0 deletions docker-compose_nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ services:
- TZ=${TZ}
- JVM_MAX=${APPSERVER_JVM_MAX}
- GEO_UUID=${GEO_UUID}
- DEVMODE=${DEVMODE}
depends_on:
- postgres
volumes:
Expand Down

0 comments on commit a8c85c8

Please sign in to comment.