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:
|
networks:
|
||||||
traefik_front_network:
|
traefik_front_network:
|
||||||
external: true
|
external: true
|
||||||
back_network_metabase:
|
back_network:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
attachable: true
|
attachable: true
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- traefik_front_network
|
- traefik_front_network
|
||||||
- back_network_metabase
|
- back_network
|
||||||
volumes:
|
volumes:
|
||||||
- /dev/urandom:/dev/random:ro
|
- /dev/urandom:/dev/random:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -67,7 +67,7 @@ services:
|
|||||||
TZ: Europe/Paris
|
TZ: Europe/Paris
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- back_network_metabase
|
- back_network
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/var/lib/postgresql/data:rw
|
- ./data:/var/lib/postgresql/data:rw
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user