Merge pull request #68 from sudocarlos/master

add restart and init to docker compose files
This commit is contained in:
Barry Deen 2024-09-25 02:56:03 -04:00 committed by GitHub
commit 1a536bc9f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 0 deletions

View File

@ -12,3 +12,5 @@ services:
- "./templates/static:${STATIC_PATH}"
ports:
- "3334:3334"
restart: unless-stopped
init: true

View File

@ -12,6 +12,8 @@ services:
- "./templates/static:${STATIC_PATH}"
ports:
- "3334"
restart: unless-stopped
init: true
tor:
image: lncm/tor:0.4.7.9@sha256:86c2fe9d9099e6376798979110b8b9a3ee5d8adec27289ac4a5ee892514ffe92
@ -23,3 +25,4 @@ services:
- ./tor/data:/var/lib/tor
restart: on-failure
stop_grace_period: 10m30s
init: true

View File

@ -12,3 +12,5 @@ services:
- "./templates/static:${STATIC_PATH}"
ports:
- "3334:3334"
restart: unless-stopped
init: true