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

This commit is contained in:
2024-05-15 00:42:35 -06:00
parent f0c878f67e
commit dfa6fd0af6

View File

@ -10,6 +10,8 @@ services:
pull_policy: build
ports:
- "3000:3000"
networks:
- nginx_default
environment:
- AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID
- AWS_ENDPOINT_URL_S3=$AWS_ENDPOINT_URL_S3