EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit c2694312 authored by Bernhard Mallinger's avatar Bernhard Mallinger
Browse files

Don't specify images in generic docker-compose

parent 6fd19d71
No related branches found
No related tags found
1 merge request!1Remove base and logging conf from vs-starter
Pipeline #20642 passed
...@@ -29,7 +29,6 @@ services: ...@@ -29,7 +29,6 @@ services:
networks: networks:
- intnet - intnet
renderer: renderer:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_core:latest
volumes: volumes:
- type: tmpfs - type: tmpfs
target: /tmp target: /tmp
...@@ -65,7 +64,6 @@ services: ...@@ -65,7 +64,6 @@ services:
command: command:
["/run-httpd.sh"] ["/run-httpd.sh"]
cache: cache:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_cache:latest
volumes: volumes:
- type: tmpfs - type: tmpfs
target: /tmp target: /tmp
...@@ -91,7 +89,6 @@ services: ...@@ -91,7 +89,6 @@ services:
command: command:
["/run-httpd.sh"] ["/run-httpd.sh"]
ingestor: ingestor:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_ingestor:latest
command: command:
["python3", "/filedaemon.py"] ["python3", "/filedaemon.py"]
volumes: volumes:
...@@ -110,7 +107,6 @@ services: ...@@ -110,7 +107,6 @@ services:
networks: networks:
- intnet - intnet
preprocessor: preprocessor:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_preprocessor:latest
env_file: env_file:
- ./config/{{slug}}/{{slug}}.env - ./config/{{slug}}/{{slug}}.env
- ./config/{{slug}}/{{slug}}_obs.env - ./config/{{slug}}/{{slug}}_obs.env
...@@ -130,7 +126,6 @@ services: ...@@ -130,7 +126,6 @@ services:
command: command:
["/run-preprocessor.sh"] ["/run-preprocessor.sh"]
registrar: registrar:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_core:latest
volumes: volumes:
- type: tmpfs - type: tmpfs
target: /tmp target: /tmp
...@@ -172,11 +167,9 @@ services: ...@@ -172,11 +167,9 @@ services:
command: command:
["/run-registrar.sh"] ["/run-registrar.sh"]
client: client:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_client:latest
deploy: deploy:
replicas: 1 replicas: 1
sftp: sftp:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_sftp:latest
volumes: volumes:
- type: volume - type: volume
source: report-data source: report-data
......
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