feat: auth container
This commit is contained in:
parent
c500116916
commit
0942df1fa4
3 changed files with 22 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue