reprise de kazkouil

This commit is contained in:
HPL 2024-12-07 15:13:59 +01:00
parent 8b357289e8
commit 152a10474d

View File

@ -4,7 +4,7 @@ services:
container_name: translucid-app
networks:
- translucidNet
- postfixNet
# - postfixNet
volumes:
- translucid:/var/www/html
depends_on:
@ -14,7 +14,7 @@ services:
- "traefik.http.routers.translucid.rule=Host(`translucid.kazkouil.fr`)"
- "traefik.docker.network=translucidNet"
db:
image: mariadb:11.4
image: mariadb:11.6
container_name: translucid-DB
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
restart: ${restartPolicy}
@ -41,6 +41,6 @@ networks:
translucidNet:
external: true
name: translucidNet
postfixNet:
external: true
name: postfixNet
# postfixNet:
# external: true
# name: postfixNet