ci: fix docker-compose config
This commit is contained in:
parent
e719f5f8ee
commit
df8497654b
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
version: "3.9"
|
version: "3.8"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
traefik_public:
|
traefik_public:
|
||||||
|
@ -18,7 +18,7 @@ services:
|
||||||
order: start-first
|
order: start-first
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.network=traefik_public
|
- traefik.docker.network=traefik_public
|
||||||
- traefik.constraint-label=magenta_public
|
- traefik.constraint-label=magenta_public
|
||||||
- traefik.http.routers.to_pleshevski_site.rule=Host(`pleshevski.ru`)
|
- traefik.http.routers.to_pleshevski_site.rule=Host(`pleshevski.ru`)
|
||||||
- traefik.http.routers.to_pleshevski_site.entrypoints=https
|
- traefik.http.routers.to_pleshevski_site.entrypoints=https
|
||||||
|
|
Loading…
Reference in a new issue