Update with network so it doesn't break on re-deploy
This commit is contained in:
parent
f0c878f67e
commit
dfa6fd0af6
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ services:
|
||||||
pull_policy: build
|
pull_policy: build
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
|
networks:
|
||||||
|
- nginx_default
|
||||||
environment:
|
environment:
|
||||||
- AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID
|
- AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID
|
||||||
- AWS_ENDPOINT_URL_S3=$AWS_ENDPOINT_URL_S3
|
- AWS_ENDPOINT_URL_S3=$AWS_ENDPOINT_URL_S3
|
||||||
|
|
Loading…
Add table
Reference in a new issue