Skip to content

Commit

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

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

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

0 comments on commit 45cd4fa

Please sign in to comment.