Merge branch 'snap-to-grid' into ours
This commit is contained in:
commit
5c89cf116f
15 changed files with 1197 additions and 240 deletions
|
@ -13,7 +13,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