Add Docker build/push tooling and Traefik compose
This commit is contained in:
15
docker-compose.traefik.yml
Normal file
15
docker-compose.traefik.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
astrain:
|
||||
image: git.beging.de/troogs/astrain:latest
|
||||
restart: unless-stopped
|
||||
container_name: astrain
|
||||
networks:
|
||||
- proxy
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.fs-onboarding-si.rule=Host(`astrain.melvin.beging.de`)
|
||||
- traefik.http.services.fs-onboarding-si.loadbalancer.server.port=8080
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user