Skip to content

Commit 37a10d0

Browse files
committed
feat(komodo): add periphery
1 parent 9712338 commit 37a10d0

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
# yaml-language-server: $schema=https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json
3+
services:
4+
periphery:
5+
image: ghcr.io/moghtech/komodo-periphery:${COMPOSE_KOMODO_IMAGE_TAG:-latest}
6+
labels:
7+
komodo.skip:
8+
restart: unless-stopped
9+
environment:
10+
PERIPHERY_ROOT_DIRECTORY: ${PERIPHERY_ROOT_DIRECTORY:-/etc/komodo}
11+
PERIPHERY_PASSKEYS: $PERIPHERY_PASSKEYS
12+
PERIPHERY_SSL_ENABLED: true
13+
PERIPHERY_DISABLE_TERMINALS: false
14+
PERIPHERY_INCLUDE_DISK_MOUNTS: /etc/hostname
15+
volumes:
16+
- /var/run/docker.sock:/var/run/docker.sock
17+
- /proc:/proc
18+
- /etc/komodo:/etc/komodo
19+
ports:
20+
- 8120:8120

0 commit comments

Comments
 (0)