1
0

feat(job): source from current website api ; chore: deploy to prod

This commit is contained in:
2025-07-05 23:00:24 +02:00
parent 9e411cee54
commit 1e291882a6
5 changed files with 69 additions and 19 deletions

View File

@@ -0,0 +1,19 @@
# put reverse proxy in the project network
services:
web:
restart: unless-stopped
image: mobilizon-instances:0.1.0
environment:
SQLPAGE_ENVIRONMENT: production
SQLPAGE_WEB_ROOT: /app/webroot
SQLPAGE_DATABASE_URL: sqlite:///data/sqlpage.db
SCHEDULE: "2 5 * * *" # UTC time
HC_PING: https://<healcheck-instance-ping-domain>/<uuid>
DATADIR: /data
SOURCE: remote # source on instances.joinmobilizon.org
volumes:
- data:/data
volumes:
data: