Files

22 lines
541 B
YAML

services:
komodo_periphery:
container_name: komodo_periphery
image: ghcr.io/moghtech/komodo-periphery:1.19.5
restart: unless-stopped
hostname: ${HOSTNAME}
labels:
komodo.skip:
command: periphery --config-path ${PERIPHERY_ROOT_DIRECTORY}/periphery.config.toml
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /proc:/proc
- ${PERIPHERY_ROOT_DIRECTORY}:${PERIPHERY_ROOT_DIRECTORY}
ports:
- ${PORT}:8120
networks:
- backend
networks:
backend:
external: true