mirror of
https://github.com/CoolnsX/selfhost.git
synced 2025-12-20 07:15:17 +05:30
Trust me, it's not badly written. It's just way above your head.
This commit is contained in:
@@ -46,6 +46,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: nextcloud/aio-imaginary:latest
|
image: nextcloud/aio-imaginary:latest
|
||||||
container_name: nextcloud_imaginary
|
container_name: nextcloud_imaginary
|
||||||
|
stop_grace_period: 5s
|
||||||
environment:
|
environment:
|
||||||
PORT: 11000
|
PORT: 11000
|
||||||
command: -enable-url-source -cors -return-size
|
command: -enable-url-source -cors -return-size
|
||||||
|
|||||||
@@ -3,8 +3,10 @@ services:
|
|||||||
image: containrrr/watchtower
|
image: containrrr/watchtower
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: watchtower
|
container_name: watchtower
|
||||||
|
#command: --run-once
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- $HOME/.docker/config.json:/config.json
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Kolkata
|
- TZ=Asia/Kolkata
|
||||||
- WATCHTOWER_CLEANUP=true
|
- WATCHTOWER_CLEANUP=true
|
||||||
|
|||||||
Reference in New Issue
Block a user