Template
1
0
Fork 0

Update with network so it doesn't break on re-deploy

This commit is contained in:
Atridad Lahiji 2024-05-15 00:42:35 -06:00
parent f0c878f67e
commit dfa6fd0af6
No known key found for this signature in database

View file

@ -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