mirror of
https://github.com/MAGICGrants/strapi.git
synced 2026-01-07 20:03:57 -05:00
chore(docker-compose.prod.yml): add strapi container to strapi-shared-network
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user