Actualiser docker-compose.yml
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 7s
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 7s
This commit is contained in:
parent
6b0aea38f2
commit
c8eea31464
@ -2,7 +2,7 @@
|
||||
networks:
|
||||
traefik_front_network:
|
||||
external: true
|
||||
back_network_metabase:
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
@ -26,7 +26,7 @@ services:
|
||||
restart: always
|
||||
networks:
|
||||
- traefik_front_network
|
||||
- back_network_metabase
|
||||
- back_network
|
||||
volumes:
|
||||
- /dev/urandom:/dev/random:ro
|
||||
depends_on:
|
||||
@ -67,7 +67,7 @@ services:
|
||||
TZ: Europe/Paris
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- back_network_metabase
|
||||
- back_network
|
||||
volumes:
|
||||
- ./data:/var/lib/postgresql/data:rw
|
||||
healthcheck:
|
||||
|
Loading…
x
Reference in New Issue
Block a user