newv
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-06-22 12:38:10 +02:00
parent 985814cb83
commit 4b8e96b899
3 changed files with 20 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ networks:
external: true
services:
gitea:
startpage:
build: ./
dockerfile: Dockerfile
container_name: startpage
@@ -12,9 +12,9 @@ services:
- external
labels:
- "traefik.enable=true"
- "traefik.http.routers.gitea.entrypoints=web-secure"
- "traefik.http.routers.gitea.rule=Host(`start.helcel.net`)"
- "traefik.http.routers.gitea.tls=true"
- "traefik.http.services.gitea.loadbalancer.server.port=8080"
- "traefik.http.routers.startpage.entrypoints=web-secure"
- "traefik.http.routers.startpage.rule=Host(`start.helcel.net`)"
- "traefik.http.routers.startpage.tls=true"
- "traefik.http.services.startpage.loadbalancer.server.port=8080"
- "traefik.docker.network=external"
restart: always