EOX GitLab Instance

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

add INSTANCE_DIR env to obs compose files

parent 5eaa8460
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ services:
renderer:
environment:
INSTALL_DIR: "/var/www/pvs/ops/"
INSTANCE_DIR: "/var/www/pvs/ops/pvs_instance/"
deploy:
labels:
# router for basic auth based access (https)
......@@ -85,6 +86,7 @@ services:
registrar:
environment:
INSTALL_DIR: "/var/www/pvs/ops/"
INSTANCE_DIR: "/var/www/pvs/ops/pvs_instance/"
client:
configs:
- source: client-ops
......
......@@ -9,6 +9,7 @@ services:
renderer:
environment:
INSTALL_DIR: "/var/www/pvs/ops/"
INSTANCE_DIR: "/var/www/pvs/ops/pvs_instance/"
deploy:
labels:
# router for basic auth based access (https)
......@@ -85,6 +86,7 @@ services:
registrar:
environment:
INSTALL_DIR: "/var/www/pvs/ops/"
INSTANCE_DIR: "/var/www/pvs/ops/pvs_instance/"
client:
configs:
- source: client-ops
......
......@@ -9,6 +9,7 @@ services:
renderer:
environment:
INSTALL_DIR: "/var/www/pvs/ops/"
INSTANCE_DIR: "/var/www/pvs/ops/pvs_instance/"
deploy:
replicas: 3
labels:
......@@ -85,6 +86,7 @@ services:
registrar:
environment:
INSTALL_DIR: "/var/www/pvs/ops/"
INSTANCE_DIR: "/var/www/pvs/ops/pvs_instance/"
client:
configs:
- source: client-ops
......
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