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.certResolver=default
networks:
- default
- y4f-default
- traefik
restart: unless-stopped
networks:
default:
name: y4f-default
y4f-default:
external: true
traefik:
external: true