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: links:
- app - app
app: app:
# build: build:
# context: . context: .
# dockerfile: Dockerfile dockerfile: Dockerfile
# target: production target: production
# args: args:
# - API_URL - API_URL
# - NODE_ENV - NODE_ENV
# - S3_BUCKET - S3_BUCKET
# - AWS_REGION - AWS_REGION
# - S3_BUCKET_URL_BASE - S3_BUCKET_URL_BASE
# - FORCE_TO_HTTPS - FORCE_TO_HTTPS
image: index.docker.io/catarak/p5.js-web-editor:latest # image: index.docker.io/catarak/p5.js-web-editor:latest
env_file: # env_file:
- "$PWD/.env" # - "$PWD/.env"
environment: environment:
- API_URL - API_URL
- MONGO_URL - MONGO_URL