diff --git a/templates/compose/nitropage-with-postgresql.yaml b/templates/compose/nitropage-with-postgresql.yaml index 4cea4d875..da515755c 100644 --- a/templates/compose/nitropage-with-postgresql.yaml +++ b/templates/compose/nitropage-with-postgresql.yaml @@ -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} diff --git a/templates/compose/nitropage.yaml b/templates/compose/nitropage.yaml index bcc58de5f..2025c0b6e 100644 --- a/templates/compose/nitropage.yaml +++ b/templates/compose/nitropage.yaml @@ -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: