Some checks failed
Build & Push Docker Image to Gitea Registry / build-and-push (push) Has been cancelled
21 lines
517 B
YAML
21 lines
517 B
YAML
services:
|
|
mischlabs:
|
|
image: ghcr.io/gethomepage/homepage:latest
|
|
container_name: mischlabs
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8085:3000"
|
|
environment:
|
|
HOMEPAGE_ALLOWED_HOSTS: mischlabs.de,www.mischlabs.de,192.168.178.88,192.168.178.88:8085,localhost,127.0.0.1
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
- /volume1:/host/volume1:ro
|
|
- /volume2:/host/volume2:ro
|
|
- ./config:/app/config
|
|
- mischlabs_data:/app/data
|
|
|
|
volumes:
|
|
mischlabs_data:
|
|
|
|
|