This commit is contained in:
2025-07-12 13:58:20 +02:00
parent 2315c3297e
commit 4d3e3d926d
2 changed files with 15 additions and 0 deletions

1
.doco-cd.yml Normal file
View File

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

14
docker-compose.yml Normal file
View File

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