docker-compose.yml aktualisiert
This commit is contained in:
@@ -1,17 +1,15 @@
|
|||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
dickendock:
|
dickendock:
|
||||||
build:
|
build:
|
||||||
context: "http://192.168.1.26:3000/Dicken/dickendock.git#main"
|
context: "http://192.168.1.26:3000/Dicken/dickendock.git#main"
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: dickendock
|
container_name: dickendock
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- JWT_SECRET=FaRAd7VmOu7Am7H088TkJKpb5cHCWp9ZFQagiugsw5tFDzxz6cVJNKiOTmO
|
- JWT_SECRET=FaRAd7VmOu7Am7H088TkJKpb5cHCWp9ZFQagiugsw5tFDzxz6cVJNKiOTmO
|
||||||
- GITEA_URL=http://192.168.1.26:3000
|
- GITEA_URL=http://192.168.1.26:3000
|
||||||
- GITEA_REPO=Dicken/dickendock
|
- GITEA_REPO=Dicken/dickendock
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
ports:
|
ports:
|
||||||
- "8080:4000"
|
- "8080:4000"
|
||||||
Reference in New Issue
Block a user