generated from Dicken/dickendock
Initial commit
This commit is contained in:
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user