mirror of
https://github.com/MAGICGrants/strapi.git
synced 2026-01-08 20:27:58 -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
|
- ./public/uploads:/opt/app/public/uploads
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
networks:
|
||||||
|
- strapi-shared-network
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
container_name: strapi-postgres
|
container_name: strapi-postgres
|
||||||
@@ -68,3 +70,7 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
strapi_postgres_data:
|
strapi_postgres_data:
|
||||||
|
|
||||||
|
networks:
|
||||||
|
strapi-shared-network:
|
||||||
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user