fix docker-compose config
This commit is contained in:
parent
bd476d3d38
commit
a8a008dd82
1 changed files with 14 additions and 14 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue