Fix docker-compose (#35)

Fixes the docker-compose of the WebApi
This commit is contained in:
FUH22860 2023-06-23 14:33:25 +02:00 committed by GitHub
commit fe4a58e4ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,12 +12,11 @@ services:
- traefik.http.routers.y4f-webapi.tls=true - traefik.http.routers.y4f-webapi.tls=true
- traefik.http.routers.y4f-webapi.tls.certResolver=default - traefik.http.routers.y4f-webapi.tls.certResolver=default
networks: networks:
- default - y4f-default
- traefik - traefik
restart: unless-stopped restart: unless-stopped
networks: networks:
default: y4f-default:
name: y4f-default
external: true external: true
traefik: traefik:
external: true external: true