add admin setup token i love admin setup token

This commit is contained in:
WaveringAna 2025-01-27 22:32:49 -05:00
parent 660da70666
commit ac13e77dc4
15 changed files with 136 additions and 21 deletions

View file

@ -24,14 +24,14 @@ services:
context: .
dockerfile: Dockerfile
args:
- API_URL=${API_URL:-http://localhost:8080}
- API_URL=${API_URL:-http://localhost:3000}
container_name: shortener-app
ports:
- "8080:8080"
- "3000:3000"
environment:
- DATABASE_URL=postgresql://shortener:shortener123@db:5432/shortener
- SERVER_HOST=0.0.0.0
- SERVER_PORT=8080
- SERVER_PORT=3000
depends_on:
db:
condition: service_healthy