chore: add cd with doco-cd

This commit is contained in:
2025-07-15 15:27:39 +02:00
parent 2315c3297e
commit ba305146a2
2 changed files with 14 additions and 0 deletions

1
.doco-cd.yml Normal file
View File

@@ -0,0 +1 @@
name: fubuki

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
fubuki:
build: ./
restart: unless-stopped
labels:
- traefik.enable=true
- traefik.http.routers.coming.rule=Host(`fubuki.lab.s-algo.com`)
- traefik.http.routers.coming.entrypoints=websecure
networks:
default:
name: traefik
external: true