EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 04e69d4e authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

remove command wait-for-database.sh

parent 968a17af
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ services: ...@@ -47,7 +47,7 @@ services:
networks: networks:
- intnet - intnet
command: command:
["/wait-for-database.sh", "/run-httpd.sh"] ["/run-httpd.sh"]
cache: cache:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_cache:latest image: registry.gitlab.eox.at/esa/prism/vs/pvs_cache:latest
volumes: volumes:
...@@ -126,7 +126,7 @@ services: ...@@ -126,7 +126,7 @@ services:
networks: networks:
- intnet - intnet
command: command:
["/wait-for-database.sh", "/run-registrar.sh"] ["/run-registrar.sh"]
# redis-manager: # redis-manager:
# image: registry.gitlab.eox.at/esa/prism/vs/pvs_core:latest # image: registry.gitlab.eox.at/esa/prism/vs/pvs_core:latest
# volumes: # volumes:
...@@ -148,7 +148,7 @@ services: ...@@ -148,7 +148,7 @@ services:
# networks: # networks:
# - intnet # - intnet
# command: # command:
# ["/wait-for-database.sh", "/run-redis-manager.sh"] # ["/run-redis-manager.sh"]
client: client:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_client:latest image: registry.gitlab.eox.at/esa/prism/vs/pvs_client:latest
deploy: deploy:
......
...@@ -47,7 +47,7 @@ services: ...@@ -47,7 +47,7 @@ services:
networks: networks:
- intnet - intnet
command: command:
["/wait-for-database.sh", "/run-httpd.sh"] ["/run-httpd.sh"]
cache: cache:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_cache:latest image: registry.gitlab.eox.at/esa/prism/vs/pvs_cache:latest
volumes: volumes:
...@@ -126,7 +126,7 @@ services: ...@@ -126,7 +126,7 @@ services:
networks: networks:
- intnet - intnet
command: command:
["/wait-for-database.sh", "/run-registrar.sh"] ["/run-registrar.sh"]
# redis-manager: # redis-manager:
# image: registry.gitlab.eox.at/esa/prism/vs/pvs_core:latest # image: registry.gitlab.eox.at/esa/prism/vs/pvs_core:latest
# volumes: # volumes:
...@@ -148,7 +148,7 @@ services: ...@@ -148,7 +148,7 @@ services:
# networks: # networks:
# - intnet # - intnet
# command: # command:
# ["/wait-for-database.sh", "/run-redis-manager.sh"] # ["/run-redis-manager.sh"]
client: client:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_client:latest image: registry.gitlab.eox.at/esa/prism/vs/pvs_client:latest
deploy: deploy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment