mirror of
https://github.com/MAGICGrants/campaign-site.git
synced 2026-01-09 12:27:59 -05:00
Merge pull request #96 from MAGICGrants/strapi-shared-network
chore(docker-compose.prod.yml): add app container to strapi-shared-network
This commit is contained in:
@@ -82,6 +82,8 @@ services:
|
||||
NEXT_PUBLIC_GENERAL_APPLICATION_RECIPIENT: monerofund@magicgrants.org
|
||||
depends_on:
|
||||
- postgres
|
||||
networks:
|
||||
- strapi-shared-network
|
||||
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
@@ -96,3 +98,7 @@ services:
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
|
||||
networks:
|
||||
strapi-shared-network:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user