Skip to content

Commit

Permalink
added permission to genie docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Apr 8, 2024
1 parent 000981b commit d6110dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
ports:
- "8000:8000"
#command: gunicorn -w 1 -b 0.0.0.0:8000 wsgi:server --timeout 200
command: julia --project=. -e 'include("app/rest.jl")' --color=yes --depwarn=no --project=@. --sysimage="/home/sysimage.so" -q -i -- $$(dirname $$0)/../bootstrap.jl -s=true "$$@"
command: sudo genie -c 'julia --project=. -e "include(\"app/rest.jl\")" --color=yes --depwarn=no --project=@. --sysimage="/home/sysimage.so" -q -i -- $$(dirname $$0)/../bootstrap.jl -s=true "$$@"'

nginx:
image: ghcr.io/battmoteam/battmogui_nginx:latest
Expand Down

0 comments on commit d6110dc

Please sign in to comment.