Kin: personal relationships app — server (cadence/due/migrations) + Expo Android app
Some checks failed
Build & Release APK / build (push) Failing after 13s
Some checks failed
Build & Release APK / build (push) Failing after 13s
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
22
server/docker-compose.yml
Normal file
22
server/docker-compose.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
services:
|
||||
crm:
|
||||
build: .
|
||||
container_name: crm
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
networks:
|
||||
# Reach Postgres by service name `personal-db` on its network.
|
||||
- personal-db_default
|
||||
# Be reachable by paico-proxy for crm.rehbock.xyz.
|
||||
- caddy_net
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-qO-", "http://localhost:3000/healthz"]
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
|
||||
networks:
|
||||
personal-db_default:
|
||||
external: true
|
||||
caddy_net:
|
||||
external: true
|
||||
Reference in New Issue
Block a user