chore(service): update Nitropage template (#6181)

- Use new registry
- Updated the DATABASE_URL
This commit is contained in:
Katja Lutz 2025-07-18 16:55:26 +02:00 committed by GitHub
parent 8a0d5ab8c8
commit 40407bae68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
services:
nitropage:
image: codeberg.org/nitropage/nitropage
image: nitropage/nitropage
environment:
- SERVICE_FQDN_NITROPAGE_3000
- NP_AUTH_SALT=${SERVICE_BASE64_SALT}

View file

@ -6,12 +6,12 @@
services:
nitropage:
image: codeberg.org/nitropage/nitropage:sqlite
image: nitropage/nitropage:sqlite
environment:
- SERVICE_FQDN_NITROPAGE_3000
- NP_AUTH_SALT=${SERVICE_BASE64_SALT}
- NP_AUTH_PASSWORD=${SERVICE_PASSWORD_64_SESSION}
- DATABASE_URL=file:../../.data/dev.db
- DATABASE_URL=file:../.data/dev.db
volumes:
- nitropage-data:/app/.data
healthcheck: