deploy: prepare permanent HTTPS MetaBloom API
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user