Skip to content

Commit

Permalink
Add prod-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacrac04 committed Jan 30, 2025
1 parent e46e7e4 commit f8f15bc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docker/prod-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
services:
app:
build:
context: ../
dockerfile: docker/Dockerfile
labels:
- "traefik.enable=true"
- "traefik.http.routers.<challenge-name>.rule=Host(`<challenge-name>.sucss.org`)"
- "traefik.http.routers.<challenge-name>.tls=true"
- "traefik.http.routers.<challenge-name>.middlewares=authentik@file"
- "traefik.http.services.<challenge-name>.loadbalancer.server.port=8000"

networks:
- traefik

networks:
traefik:
external: true

0 comments on commit f8f15bc

Please sign in to comment.