Postgres
Imagem: postgres:17
- Porta 5432/tcp
- volume de 10 GB em /var/lib/postgresql/data
- 1 vCPU · 1 GB
Template · Apps de negócios
High-performance newsletter and mailing list manager on PostgreSQL.
Abre o painel com este template pré-selecionado. Entre com o GitHub se você for novo por aqui; o plano Free não exige cartão.
2 serviços no ambiente que você escolher, na rede privada do projeto.
listmonk/listmonk:latest + PostgreSQL 17. The start command installs/upgrades the schema idempotently.
Imagem: postgres:17
Imagem: listmonk/listmonk:latest
./listmonk --install --idempotent --yes --config '' && ./listmonk --upgrade --yes --config '' && ./listmonk --config ''
Segredos gerados nunca saem da plataforma; as referências são resolvidas na rede privada. Tudo o que estiver marcado como obrigatório é solicitado no momento do deploy.
| Nome | Valor |
|---|---|
| POSTGRES_USER | postgresSuperuser name |
| POSTGRES_PASSWORD | gerado (password)Generated at deploy |
| POSTGRES_DB | listmonkDatabase created on first start |
| PGDATA | /var/lib/postgresql/data/pgdata |
| DATABASE_URL | postgresql://${{self.POSTGRES_USER}}:${{self.POSTGRES_PASSWORD}}@${{self.SKIFFLY_PRIVATE_DOMAIN}}:5432/${{self.POSTGRES_DB}}Connection string on the private network |
| Nome | Valor |
|---|---|
| LISTMONK_app__address | 0.0.0.0:9000 |
| LISTMONK_app__root_url | https://${{self.SKIFFLY_PUBLIC_DOMAIN}} |
| LISTMONK_db__host | ${{Postgres.SKIFFLY_PRIVATE_DOMAIN}} |
| LISTMONK_db__port | 5432 |
| LISTMONK_db__user | ${{Postgres.POSTGRES_USER}} |
| LISTMONK_db__password | ${{Postgres.POSTGRES_PASSWORD}} |
| LISTMONK_db__database | ${{Postgres.POSTGRES_DB}} |
| LISTMONK_db__ssl_mode | disable |
| LISTMONK_ADMIN_USER | admin |
| LISTMONK_ADMIN_PASSWORD | gerado (password) |
Volumes, segredos e domínio pré-configurados. Roda em nós na UE, pago por minuto a partir de um saldo pré-pago.