Merge branch 'main' of https://git.n8x.sx/chiko/77th_eventcalenderntfy
This commit is contained in:
@@ -3,7 +3,10 @@ services:
|
||||
build: .
|
||||
volumes:
|
||||
- ./data/db:/opt/app/data/db
|
||||
<<<<<<< HEAD
|
||||
- ./data/app/log:/var/log
|
||||
=======
|
||||
>>>>>>> 999bdf7222a68995dd40ec7da967b360f67d354a
|
||||
env_file:
|
||||
- path: ./.env
|
||||
required: true
|
||||
@@ -24,12 +27,21 @@ services:
|
||||
- ./data/apprise/config:/config
|
||||
- ./data/apprise/plugin:/plugin
|
||||
- ./data/apprise/attach:/attach
|
||||
<<<<<<< HEAD
|
||||
# ports:
|
||||
#- 8880:8000
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8000/status"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
=======
|
||||
ports:
|
||||
- 8000:8000
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8000/status"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
>>>>>>> 999bdf7222a68995dd40ec7da967b360f67d354a
|
||||
retries: 5
|
||||
# networks:
|
||||
# default:
|
||||
|
||||
Reference in New Issue
Block a user