mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
17 lines
442 B
YAML
17 lines
442 B
YAML
services:
|
|
whatsupdocker:
|
|
image: ${DOCKER_REGISTRY:-}getwud/wud
|
|
container_name: wud
|
|
env_file:
|
|
- stack.env
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- /share/docker_data/wud/data:/store
|
|
- /share/docker_data/wud/certs:/certs
|
|
ports:
|
|
- 3008:3000
|
|
restart: unless-stopped
|
|
logging:
|
|
driver: loki
|
|
options:
|
|
loki-url: "http://192.168.77.101:3100/loki/api/v1/push" |