Files
docker-compose/komodo_periphery/docker-compose.yml
T

21 lines
515 B
YAML
Raw Normal View History

2025-08-15 18:43:42 +05:30
services:
komodo_periphery:
container_name: komodo_periphery
image: ghcr.io/moghtech/komodo-periphery:1.18.4
restart: unless-stopped
labels:
komodo.skip:
2025-08-15 20:04:46 +05:30
command: periphery --config-path ${PERIPHERY_ROOT_DIRECTORY}/periphery.config.toml
2025-08-15 18:43:42 +05:30
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /proc:/proc
2025-08-15 20:04:46 +05:30
- ${PERIPHERY_ROOT_DIRECTORY}:${PERIPHERY_ROOT_DIRECTORY}
2025-08-15 18:43:42 +05:30
ports:
2025-08-15 20:04:46 +05:30
- ${PORT}:8120
2025-08-15 18:52:47 +05:30
networks:
- backend
networks:
backend:
external: true