fix docker-compose config

This commit is contained in:
Cassie Tarakajian 2018-08-21 16:17:36 -04:00
parent bd476d3d38
commit a8a008dd82

View file

@ -29,20 +29,20 @@ services:
links:
- app
app:
# build:
# context: .
# dockerfile: Dockerfile
# target: production
# args:
# - API_URL
# - NODE_ENV
# - S3_BUCKET
# - AWS_REGION
# - S3_BUCKET_URL_BASE
# - FORCE_TO_HTTPS
image: index.docker.io/catarak/p5.js-web-editor:latest
env_file:
- "$PWD/.env"
build:
context: .
dockerfile: Dockerfile
target: production
args:
- API_URL
- NODE_ENV
- S3_BUCKET
- AWS_REGION
- S3_BUCKET_URL_BASE
- FORCE_TO_HTTPS
# image: index.docker.io/catarak/p5.js-web-editor:latest
# env_file:
# - "$PWD/.env"
environment:
- API_URL
- MONGO_URL