9 lines
221 B
Text
9 lines
221 B
Text
services:
|
|
dagu:
|
|
ports:
|
|
- ${IP}:${PORT}:8080
|
|
volumes:
|
|
- ${DATA_DIR}/home:/home/dagu/.config/dagu
|
|
- ${DATA_DIR}/share:/home/dagu/.local/share
|
|
image: ghcr.io/dagu-org/dagu:latest
|
|
networks: {}
|