mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-17 21:48:08 +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.certresolver=lets-encrypt
|
||||
- traefik.docker.network=proxy
|
||||
- traefik.port=3306
|
||||
volumes:
|
||||
- "/root/mariadb/data:/var/lib/mysql"
|
||||
redis:
|
||||
@@ -74,4 +75,4 @@ services:
|
||||
- traefik.docker.network=proxy
|
||||
- traefik.port=6379
|
||||
volumes:
|
||||
- "/root/redis/:/usr/local/etc/redis/"
|
||||
- "/root/redis:/data"
|
||||
|
||||
Reference in New Issue
Block a user