This commit is contained in:
nora 2022-09-03 15:54:20 +02:00
parent b26f72a59e
commit dec1acc6a1
3 changed files with 25 additions and 1 deletions

View file

@ -5,4 +5,4 @@ docker run --net internal --name cors-school-frontend -d --restart=always docker
docker run --net internal -d --name cors-postgres -e POSTGRES_PASSWORD=hugo58hugo -e POSTGRES_DB=davinci postgres
# backend
docker run --net internal -d --name cors-school-backend -v -e DATABASE_URL=postgres://postgres:hugo58hugo@cors-postgres/davinci -e RUST_LOG=info -e JWT_SECRET=redacted
docker run --net internal -d --name cors-school-backend -e DATABASE_URL=postgres://postgres:hugo58hugo@cors-postgres/davinci -e RUST_LOG=info -e JWT_SECRET='redacted' docker.nilstrieb.dev/cors-school-backend:1.0