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

This commit is contained in:
Tera << 8 2024-12-26 22:54:05 -05:00
parent c2eb2d15aa
commit d334878599
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
4 changed files with 8 additions and 5 deletions

View file

@ -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: