-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
21 lines (20 loc) · 922 Bytes
/
docker-compose.yml
File metadata and controls
21 lines (20 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
services:
1200-jahre-radolfzell-frontend:
image: ghcr.io/sybit-education/coding-camp-2025:main
container_name: 1200-jahre-radolfzell-frontend
restart: unless-stopped
networks:
- traefik_net
labels:
com.centurylinklabs.watchtower.enable: true
io.portainer.accesscontrol.teams: azubis
traefik.enable: true
traefik.http.routers.1200-jahre-radolfzell-frontend.entrypoints: web-secure
traefik.http.routers.1200-jahre-radolfzell-frontend.rule: Host(`1200-jahre-radolfzell.sybit.education`)
traefik.http.routers.1200-jahre-radolfzell-frontend.tls: true
traefik.http.routers.1200-jahre-radolfzell-frontend.middlewares: secHeaders@file
traefik.http.services.1200-jahre-radolfzell-frontend.loadbalancer.server.port: 80
traefik.http.services.1200-jahre-radolfzell-frontend.loadbalancer.server.scheme: http
networks:
traefik_net:
external: true