-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose.yml
More file actions
21 lines (21 loc) · 637 Bytes
/
Copy pathcompose.yml
File metadata and controls
21 lines (21 loc) · 637 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
services:
bot:
image: ghcr.io/floatingmilkshake/kyaru
restart: on-failure
volumes:
- type: bind
source: /etc/localtime
target: /etc/localtime
read_only: true
- type: bind
source: ./config.json
target: /app/config.json
labels: [ "com.centurylinklabs.watchtower.scope=kyaru" ]
watchtower:
image: nickfedor/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ~/.docker/config.json:/config.json
command: --interval 30 --label-enable --scope kyaru
restart: always
labels: [ "com.centurylinklabs.watchtower.scope=kyaru" ]