revert Initial commit
This commit is contained in:
2026-07-18 23:52:47 +02:00
parent 8baba7b51f
commit 33cd014fc4
98 changed files with 0 additions and 30017 deletions

View File

@@ -1,17 +0,0 @@
services:
dickendock:
build:
context: "http://192.168.1.26:3000/Dicken/dickendock.git#main"
dockerfile: Dockerfile
container_name: dickendock
restart: unless-stopped
env_file:
- .env
environment:
- GITEA_URL=http://192.168.1.26:3000
- GITEA_REPO=Dicken/dickendock
- TZ=Europe/Berlin
volumes:
- ./data:/data
ports:
- "8080:4000"