reprise de kazkouil
This commit is contained in:
parent
8b357289e8
commit
152a10474d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user