EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 95ebabd2 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

cleanup

parent 3d65d48b
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ services:
networks:
- vhr18-extnet
- emg-extnet
- dem-extnet
volumes:
traefik-data:
networks:
......@@ -33,3 +34,5 @@ networks:
name: vhr18-extnet
emg-extnet:
name: emg-extnet
dem-extnet:
name: dem-extnet
......@@ -80,9 +80,6 @@ services:
registrar:
environment:
INSTALL_DIR: "/var/www/pvs/ops/"
# redis-manager:
# environment:
# INSTALL_DIR: "/var/www/pvs/ops/"
client:
configs:
- source: client-ops
......
......@@ -136,28 +136,6 @@ services:
- intnet
command:
["/run-registrar.sh"]
# redis-manager:
# image: registry.gitlab.eox.at/esa/prism/vs/pvs_core:latest
# volumes:
# - type: tmpfs
# target: /tmp
# - type: volume
# source: cache-db
# target: /cache-db
# env_file:
# - env/emg.env
# - env/emg_db.env
# - env/emg_redis.env
# environment:
# INSTANCE_ID: "prism-view-server_redis-manager"
# INSTALL_DIR: "/var/www/pvs/dev/"
# CACHE_DB_PATH: "/cache-db/emg_mapcache_cache.sqlite"
# deploy:
# replicas: 0
# networks:
# - intnet
# command:
# ["/run-redis-manager.sh"]
client:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_client:latest
deploy:
......
......@@ -80,9 +80,6 @@ services:
registrar:
environment:
INSTALL_DIR: "/var/www/pvs/ops/"
# redis-manager:
# environment:
# INSTALL_DIR: "/var/www/pvs/ops/"
client:
configs:
- source: client-ops
......
......@@ -146,28 +146,6 @@ services:
- intnet
command:
["/run-registrar.sh"]
# redis-manager:
# image: registry.gitlab.eox.at/esa/prism/vs/pvs_core:latest
# volumes:
# - type: tmpfs
# target: /tmp
# - type: volume
# source: cache-db
# target: /cache-db
# env_file:
# - env/vhr18.env
# - env/vhr18_db.env
# - env/vhr18_redis.env
# environment:
# INSTANCE_ID: "prism-view-server_redis-manager"
# INSTALL_DIR: "/var/www/pvs/dev/"
# CACHE_DB_PATH: "/cache-db/vhr18_mapcache_cache.sqlite"
# deploy:
# replicas: 0
# networks:
# - intnet
# command:
# ["/run-redis-manager.sh"]
client:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_client:latest
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