1
0
Fork 0

snibox: sort out networks

This commit is contained in:
Lukáš Kucharczyk 2023-01-11 12:08:59 +01:00
parent 299a57e876
commit bfeda44a0c
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,8 @@ services:
- "${SNIBOX_EXTERNAL_PORT}:${SNIBOX_INTERNAL_PORT}"
volumes:
- static-files:/var/www/html
networks:
- default
depends_on:
- backend
@ -34,6 +36,7 @@ services:
volumes:
- static-files:/app/public
networks:
- default
- postgres
# depends_on:
# - database
@ -44,6 +47,7 @@ services:
# - pg-data:/var/lib/postgresql/data
networks:
default:
postgres:
external: true