deploy: prepare permanent HTTPS MetaBloom API
MetaBloom CI / app (push) Canceled after 0s
MetaBloom CI / api (push) Canceled after 0s

This commit is contained in:
AI Company
2026-07-21 22:40:40 +00:00
parent 7631caaa4e
commit c1f2848830
5 changed files with 25 additions and 1 deletions
+2
View File
@@ -1,6 +1,7 @@
services:
api:
build: .
restart: unless-stopped
environment:
DATABASE_URL: postgresql+psycopg://metabloom:${POSTGRES_PASSWORD}@db:5432/metabloom
JWT_SECRET: ${JWT_SECRET}
@@ -17,6 +18,7 @@ services:
networks: [default, ai-company]
db:
image: postgres:16-alpine
restart: unless-stopped
environment:
POSTGRES_DB: metabloom
POSTGRES_USER: metabloom