Update file names and remove useless things
This commit is contained in:
21
.archived/komodo_periphery/compose.yaml
Normal file
21
.archived/komodo_periphery/compose.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
Reference in New Issue
Block a user