Auto Merge of PR 140 - asciinema-dagu-restart-policy_2025-08-09T06-44-12
Merged by Trez.One
This commit was merged in pull request #140.
This commit is contained in:
@@ -491,6 +491,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 4000:4000
|
- 4000:4000
|
||||||
- 4002:4002
|
- 4002:4002
|
||||||
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- asciinema-data:/var/opt/asciinema
|
- asciinema-data:/var/opt/asciinema
|
||||||
asciinema-pg-db:
|
asciinema-pg-db:
|
||||||
@@ -507,6 +508,7 @@ services:
|
|||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 10
|
retries: 10
|
||||||
image: postgres:14-alpine
|
image: postgres:14-alpine
|
||||||
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- asciinema-pg-data:/var/lib/postgresql/data
|
- asciinema-pg-data:/var/lib/postgresql/data
|
||||||
audiobookshelf:
|
audiobookshelf:
|
||||||
@@ -1278,6 +1280,7 @@ services:
|
|||||||
swag.uptime-kuma.monitor.maxretries: 5
|
swag.uptime-kuma.monitor.maxretries: 5
|
||||||
ports:
|
ports:
|
||||||
- 31037:8080
|
- 31037:8080
|
||||||
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_CONFIG}/dagu/:/dagu
|
- ${DOCKER_VOLUME_CONFIG}/dagu/:/dagu
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|||||||
Reference in New Issue
Block a user