mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-21 15:31:47 +01:00
Working on Docker Compose | Fix syntax
This commit is contained in:
@@ -15,6 +15,8 @@ services:
|
||||
- traefik.http.routers.artsite.tls=true
|
||||
- traefik.http.routers.artsite.tls.certresolver=lets-encrypt
|
||||
- traefik.port=443
|
||||
ports:
|
||||
- 3333:3333
|
||||
networks:
|
||||
- internal
|
||||
- proxy
|
||||
@@ -28,6 +30,8 @@ services:
|
||||
- traefik.http.routers.artapi.tls=true
|
||||
- traefik.http.routers.artapi.tls.certresolver=lets-encrypt
|
||||
- traefik.port=443
|
||||
ports:
|
||||
- 5555:5555
|
||||
networks:
|
||||
- internal
|
||||
- proxy
|
||||
|
||||
Reference in New Issue
Block a user