feature: Fixes all backup and API related things to make everything work in production.
All checks were successful
Release code / build (push) Successful in 14m13s
All checks were successful
Release code / build (push) Successful in 14m13s
This commit is contained in:
parent
c2eb2d15aa
commit
d334878599
4 changed files with 8 additions and 5 deletions
|
@ -3,8 +3,10 @@ services:
|
|||
image: ghcr.io/imterah/hermes:latest
|
||||
container_name: hermes-api
|
||||
restart: always
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
DATABASE_URL: postgresql://${POSTGRES_USERNAME}:${POSTGRES_PASSWORD}@nextnet-postgres:5432/${POSTGRES_DB}?schema=nextnet
|
||||
HERMES_POSTGRES_DSN: postgres://${POSTGRES_USERNAME}:${POSTGRES_PASSWORD}@nextnet-postgres:5432/${POSTGRES_DB}
|
||||
HERMES_DATABASE_BACKEND: postgresql
|
||||
depends_on:
|
||||
- db
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue