Skip to content

Commit

Permalink
Add docker-compose for Traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-korsa committed Sep 4, 2023
1 parent 143fa9d commit 9067023
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
services:
server:
build: .
networks:
- traefik-proxy
- default
labels:
- traefik.enable=true
- traefik.http.routers.auction.rule=Host(`vlott.dk-gl.eu`)
- traefik.http.routers.auction.entrypoints=https
- traefik.http.services.auction-backend.loadbalancer.server.port=80
restart: always
networks:
traefik-proxy:
external: true
name: traefik-proxy

0 comments on commit 9067023

Please sign in to comment.