fix: add local network
This commit is contained in:
parent
b70d8ed597
commit
1b5bc974ce
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,7 @@ services:
|
||||||
- "traefik.http.services.spliit.loadbalancer.server.port=${DC_SPLIIT_PORT:?}"
|
- "traefik.http.services.spliit.loadbalancer.server.port=${DC_SPLIIT_PORT:?}"
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
|
- spliit
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:17.4@sha256:7f29c02ba9eeff4de9a9f414d803faa0e6fe5e8d15ebe217e3e418c82e652b35
|
image: postgres:17.4@sha256:7f29c02ba9eeff4de9a9f414d803faa0e6fe5e8d15ebe217e3e418c82e652b35
|
||||||
|
@ -29,7 +30,10 @@ services:
|
||||||
- POSTGRES_USER=${DC_SPLIIT_USER:-spliit}
|
- POSTGRES_USER=${DC_SPLIIT_USER:-spliit}
|
||||||
- POSTGRES_PASSWORD=${DC_SPLIIT_PASS:?}
|
- POSTGRES_PASSWORD=${DC_SPLIIT_PASS:?}
|
||||||
restart: always
|
restart: always
|
||||||
|
networks:
|
||||||
|
- spliit
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
traefik:
|
traefik:
|
||||||
external: true
|
external: true
|
||||||
|
spliit:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue