feat: auth container

This commit is contained in:
nihonium 2025-11-23 04:01:29 +03:00
parent c500116916
commit 0942df1fa4
Signed by: nihonium
GPG key ID: 0251623741027CFC
3 changed files with 22 additions and 1 deletions

View file

@ -37,6 +37,18 @@ services:
- "8080:8080"
depends_on:
- postgres
nyanimedb-auth:
image: meowgit.nekoea.red/nihonium/nyanimedb-auth:latest
container_name: nyanimedb-auth
restart: always
environment:
LOG_LEVEL: ${LOG_LEVEL}
DATABASE_URL: ${DATABASE_URL}
ports:
- "8082:8082"
depends_on:
- postgres
nyanimedb-frontend:
image: meowgit.nekoea.red/nihonium/nyanimedb-frontend:latest