Skip to content

Commit

Permalink
corrected build in docker-compose-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Jun 16, 2024
1 parent 45cd4fa commit b66b803
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.3"

services:
genie:
build: /genie
build: ./genie
image: ghcr.io/battmoteam/battmogui_genie:latest
container_name: genie
restart: always
Expand All @@ -11,7 +11,7 @@ services:
command: su 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:
build: /nginx
build: ./nginx
image: ghcr.io/battmoteam/battmogui_nginx:latest
container_name: nginx
restart: always
Expand All @@ -27,7 +27,7 @@ services:
command: /bin/bash -c "/renew-certs.sh && nginx -g 'daemon off;'"

streamlit:
build: /streamlit
build: ./streamlit
image: ghcr.io/battmoteam/battmogui_streamlit:latest
container_name: streamlit
restart: always
Expand Down

0 comments on commit b66b803

Please sign in to comment.