This commit is contained in:
2020-12-19 14:28:49 +01:00
parent 35d379d843
commit 1b7173cda9
11 changed files with 8332 additions and 2769 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
version: '3'
services:
httpd:
build: .
environment:
- APP_CONF=config={"baseUrl":"http://localhost:8081"}
command: ["sh", "-c", "envsubst < /etc/nginx/conf.d/default.conf.template > /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;'"]
ports:
- 4050:80