chore(service): update Nitropage template (#6181)
- Use new registry - Updated the DATABASE_URL
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
nitropage:
|
nitropage:
|
||||||
image: codeberg.org/nitropage/nitropage
|
image: nitropage/nitropage
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_FQDN_NITROPAGE_3000
|
- SERVICE_FQDN_NITROPAGE_3000
|
||||||
- NP_AUTH_SALT=${SERVICE_BASE64_SALT}
|
- NP_AUTH_SALT=${SERVICE_BASE64_SALT}
|
||||||
|
@@ -6,12 +6,12 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
nitropage:
|
nitropage:
|
||||||
image: codeberg.org/nitropage/nitropage:sqlite
|
image: nitropage/nitropage:sqlite
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_FQDN_NITROPAGE_3000
|
- SERVICE_FQDN_NITROPAGE_3000
|
||||||
- NP_AUTH_SALT=${SERVICE_BASE64_SALT}
|
- NP_AUTH_SALT=${SERVICE_BASE64_SALT}
|
||||||
- NP_AUTH_PASSWORD=${SERVICE_PASSWORD_64_SESSION}
|
- NP_AUTH_PASSWORD=${SERVICE_PASSWORD_64_SESSION}
|
||||||
- DATABASE_URL=file:../../.data/dev.db
|
- DATABASE_URL=file:../.data/dev.db
|
||||||
volumes:
|
volumes:
|
||||||
- nitropage-data:/app/.data
|
- nitropage-data:/app/.data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
Reference in New Issue
Block a user