chore(docker-compose.prod.yml): add strapi container to strapi-shared-network

This commit is contained in:
Artur
2024-12-03 11:07:55 -03:00
parent e9854336d2
commit 046a48593e

View File

@@ -54,6 +54,8 @@ services:
- ./public/uploads:/opt/app/public/uploads
depends_on:
- postgres
networks:
- strapi-shared-network
postgres:
container_name: strapi-postgres
@@ -68,3 +70,7 @@ services:
volumes:
strapi_postgres_data:
networks:
strapi-shared-network:
external: true