bug fixes

This commit is contained in:
2026-03-29 12:48:31 -04:00
parent 580ef1307c
commit 54b412c1c1
6 changed files with 135 additions and 90 deletions

View File

@@ -1,6 +1,6 @@
services:
rosterchirp:
image: rosterchirp:${ROSTERCHIRP_VERSION:-latest}
image: rosterchirp:${RC_VERSION:-latest}
container_name: ${PROJECT_NAME:-rosterchirp}
restart: unless-stopped
ports:
@@ -29,6 +29,9 @@ services:
- FIREBASE_APP_ID=${FIREBASE_APP_ID:-}
- FIREBASE_VAPID_KEY=${FIREBASE_VAPID_KEY:-}
- FIREBASE_SERVICE_ACCOUNT=${FIREBASE_SERVICE_ACCOUNT}
- VAPID_SUBJECT=${VAPID_SUBJECT:-mailto:push@rosterchirp.com}
- VAPID_PUBLIC=${VAPID_PUBLIC:-CHANGEME}
- VAPID_PRIVATE=${VAPID_PRIVATE:-CHANGEME}
volumes:
- rosterchirp_uploads:/app/uploads
depends_on: