ops design and app
add more comments feature, more tags feature, and other frontend updates
This commit is contained in:
@@ -17,10 +17,10 @@ services:
|
||||
CAIRNQUIRE_EMAIL_FROM: "${CAIRNQUIRE_EMAIL_FROM:-notifications@cairnquire.local}"
|
||||
CAIRNQUIRE_LOG_LEVEL: "${CAIRNQUIRE_LOG_LEVEL:-INFO}"
|
||||
volumes:
|
||||
- cairnquire_data:/workspace/data
|
||||
- ./content:/workspace/content
|
||||
- ./data:/workspace/data
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "--fail", "http://127.0.0.1:{$PORT}/health"]
|
||||
test: ["CMD", "curl", "--fail", "http://127.0.0.1:${PORT}/healthz"]
|
||||
interval: 10s
|
||||
timeout: 3s
|
||||
retries: 5
|
||||
@@ -34,3 +34,7 @@ services:
|
||||
environment:
|
||||
MP_UI_BIND_ADDR: "0.0.0.0:8025"
|
||||
MP_SMTP_BIND_ADDR: "0.0.0.0:1025"
|
||||
|
||||
volumes:
|
||||
cairnquire_data:
|
||||
driver: local
|
||||
|
||||
Reference in New Issue
Block a user