Add CI/CD
This commit is contained in:
25
docker-compose.stable.yml
Normal file
25
docker-compose.stable.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
server:
|
||||
image: c0ntroller/c0ntroller.de:stable
|
||||
restart: always
|
||||
networks:
|
||||
- traefik
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.docker.network=traefik"
|
||||
- "traefik.http.routers.website-stable.entrypoints=web"
|
||||
- "traefik.http.routers.website-stable.rule=Host(`c0ntroller.de`)"
|
||||
- "traefik.http.routers.website-stable.middlewares=http-to-https@file"
|
||||
- "traefik.http.routers.website-stable-secure.entrypoints=websecure"
|
||||
- "traefik.http.routers.website-stable-secure.rule=Host(`c0ntroller.de`)"
|
||||
- "traefik.http.routers.website-stable-secure.middlewares=secHeaders@file"
|
||||
- "traefik.http.routers.website-stable-secure.tls=true"
|
||||
- "traefik.http.routers.website-stable-secure.tls.certresolver=le"
|
||||
- "traefik.http.routers.website-stable-secure.service=website-stable"
|
||||
- "traefik.http.services.website-stable.loadbalancer.server.port=3000"
|
||||
|
||||
networks:
|
||||
traefik:
|
||||
external: true
|
||||
Reference in New Issue
Block a user