Merge branch 'ours' of https://repos.hackathon.bz.it/2025-summer/team-3 into ours
This commit is contained in:
commit
bfd08978a1
21 changed files with 1416 additions and 247 deletions
|
@ -10,7 +10,7 @@ docker volume create c3nav-redis
|
|||
# Start only postgres and redis first (no build since we pre-built)
|
||||
docker compose up -d postgres redis
|
||||
|
||||
sleep 5
|
||||
sleep 10
|
||||
cat ./db/auth_user.sql | docker exec -i local_run-postgres-1 su - postgres -c 'psql c3nav'
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue