Skip to content

Commit

Permalink
update images tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Prajapati-Pawan committed Aug 22, 2022
1 parent 74e1c7d commit 2ab7a28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions supplementary/alica_designer_runtime/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
command: redis-server

alica-backend:
image: rrdockerhub/alica_backend:dev
image: rrdockerhub/alica_backend:v0.9.3
user: $uid:$gid
environment:
- POSTGRES_DB=alicadb
Expand All @@ -41,14 +41,14 @@ services:
- redis

alica-debug-tree:
image: rrdockerhub/alica_backend:interface_dev # TODO: move to separate repo
image: rrdockerhub/alica_backend:interface_v0.9.3
command: roslaunch alica_interface alica_interface.launch demo:=false
network_mode: host
expose:
- 7890

alica-frontend:
image: rrdockerhub/alica_frontend:dev
image: rrdockerhub/alica_frontend:0.9.3
ports:
- 3030:80
environment:
Expand Down

0 comments on commit 2ab7a28

Please sign in to comment.