2025-02-03 15:13:55 +00:00
# documentation: https://nitropage.org
# slogan: Nitropage is an extensible, visual website builder, offering a growing library of versatile building blocks, focal-point image cropping and sovereign font management.
2025-08-17 16:23:57 +00:00
# category: cms
2024-09-25 19:10:05 +00:00
# tags: nitropage, builder, editor, wysiwyg, cms, content, management
# logo: svgs/nitropage.svg
# port: 3000
services :
nitropage :
2025-07-18 14:55:26 +00:00
image : nitropage/nitropage:sqlite
2024-09-25 19:10:05 +00:00
environment :
2025-08-10 08:10:22 +00:00
- SERVICE_URL_NITROPAGE_3000
2024-09-25 19:10:05 +00:00
- NP_AUTH_SALT=${SERVICE_BASE64_SALT}
- NP_AUTH_PASSWORD=${SERVICE_PASSWORD_64_SESSION}
2025-07-18 14:55:26 +00:00
- DATABASE_URL=file:../.data/dev.db
2024-09-25 19:10:05 +00:00
volumes :
- nitropage-data:/app/.data
healthcheck :
test : [ "CMD" , "curl" , "-f" , "http://127.0.0.1:3000/admin" ]
interval : 2s
timeout : 10s
retries : 15