Some Cleanup and minor Changes
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
services:
|
||||
app:
|
||||
image: chiko/77th_eventcalendarntfy:dev
|
||||
build: .
|
||||
volumes:
|
||||
- ./data/db:/opt/app/data/db
|
||||
@@ -12,7 +13,7 @@ services:
|
||||
links:
|
||||
- apprise
|
||||
apprise:
|
||||
image: caronc/apprise:latest
|
||||
image: caronc/apprise:1.2.2
|
||||
hostname: apprise
|
||||
environment:
|
||||
- APPRISE_WORKER_COUNT=1
|
||||
@@ -29,8 +30,4 @@ services:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8000/status"]
|
||||
interval: 5s
|
||||
timeout: 3s
|
||||
retries: 5
|
||||
# networks:
|
||||
# default:
|
||||
# external: true
|
||||
# name: npm
|
||||
retries: 5
|
||||
Reference in New Issue
Block a user