ci: fix docker-compose config

This commit is contained in:
Dmitriy Pleshevskiy 2023-03-15 15:40:53 +03:00
parent e719f5f8ee
commit df8497654b
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 2 additions and 2 deletions

View File

@ -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