Compare commits

..

2 Commits

Author SHA1 Message Date
1810261a2c [update] pocket-id: update app name 2026-04-06 01:29:17 -04:00
21b072db42 [add] pocket-id docker compose
Also testing watch folders in dockploy deployment tabs thats why im
pushing to the main branch
2026-04-06 01:16:12 -04:00
3 changed files with 8 additions and 31 deletions

View File

@@ -1,31 +0,0 @@
services:
app:
image: docker.io/actualbudget/actual-server:latest-alpine
environment:
- ACTUAL_PORT=5006
- ACTUAL_OPENID_DISCOVERY_URL=https://auth.routinedevelopment.ca/.well-known/openid-configuration
- ACTUAL_OPENID_CLIENT_ID=${OPENID_CLIENT_ID}
- ACTUAL_OPENID_CLIENT_SECRET=${OPENID_CLIENT_SECRET}
- ACTUAL_OPENID_SERVER_HOSTNAME=https://budget.themanniefamily.ca
- ACTUAL_OPENID_ENFORCE=true
- ACTUAL_USER_CREATION_MODE=login
volumes:
- actual-data:/data
networks:
- dokploy-network
labels:
- "traefik.enable=true"
healthcheck:
test: ['CMD-SHELL', 'node src/scripts/health-check.js']
interval: 60s
timeout: 10s
retries: 1
start_period: 20s
restart: unless-stopped
volumes:
actual-data:
networks:
dokploy-network:
external: true

View File

@@ -84,6 +84,10 @@ services:
- dokploy-network - dokploy-network
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.gitea.rule=Host(`gitea.routinedevelopment.ca`)"
- "traefik.http.routers.gitea.entrypoints=websecure"
- "traefik.http.routers.gitea.tls.certresolver=letsencrypt"
- "traefik.http.services.gitea.loadbalancer.server.port=3000"
restart: unless-stopped restart: unless-stopped
volumes: volumes:
gitea-data: gitea-data:

View File

@@ -16,6 +16,10 @@ services:
- dokploy-network - dokploy-network
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.pocketid.rule=Host(`auth.routinedevelopment.ca`)"
- "traefik.http.routers.pocketid.entrypoints=websecure"
- "traefik.http.routers.pocketid.tls.certresolver=letsencrypt"
- "traefik.http.services.pocketid.loadbalancer.server.port=1411"
healthcheck: healthcheck:
test: "curl -f http://localhost:1411/healthz" test: "curl -f http://localhost:1411/healthz"
interval: 1m30s interval: 1m30s