mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-28 19:00:34 +01:00
Working on Docker Compose | Test
This commit is contained in:
@@ -57,6 +57,7 @@ services:
|
|||||||
- traefik.tcp.routers.sql.tls=true
|
- traefik.tcp.routers.sql.tls=true
|
||||||
- traefik.tcp.routers.sql.tls.certresolver=lets-encrypt
|
- traefik.tcp.routers.sql.tls.certresolver=lets-encrypt
|
||||||
- traefik.docker.network=proxy
|
- traefik.docker.network=proxy
|
||||||
|
- traefik.port=3306
|
||||||
volumes:
|
volumes:
|
||||||
- "/root/mariadb/data:/var/lib/mysql"
|
- "/root/mariadb/data:/var/lib/mysql"
|
||||||
redis:
|
redis:
|
||||||
@@ -74,4 +75,4 @@ services:
|
|||||||
- traefik.docker.network=proxy
|
- traefik.docker.network=proxy
|
||||||
- traefik.port=6379
|
- traefik.port=6379
|
||||||
volumes:
|
volumes:
|
||||||
- "/root/redis/:/usr/local/etc/redis/"
|
- "/root/redis:/data"
|
||||||
|
|||||||
Reference in New Issue
Block a user