diff --git a/run_scripts/cors-school.sh b/run_scripts/cors-school.sh index a14ac03..77c47d0 100644 --- a/run_scripts/cors-school.sh +++ b/run_scripts/cors-school.sh @@ -7,4 +7,7 @@ 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 -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 \ No newline at end of file +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 + +# bot +docker run --net internal -d --name cors-school-bot -v "$(pwd)/env:/.env" docker.nilstrieb.dev/cors-school-bot:1.0 \ No newline at end of file