Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vlkb-siav2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ViaLactea
vlkb-siav2
Commits
5f85af2b
Commit
5f85af2b
authored
1 year ago
by
Robert Butora
Browse files
Options
Downloads
Patches
Plain Diff
docker: removes config-vlkb from entrypoint and cleans up compose-vlkb.yaml
parent
dfdf3f42
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/compose-siav2.yaml
+18
-16
18 additions, 16 deletions
docker/compose-siav2.yaml
docker/entrypoint.sh
+0
-2
0 additions, 2 deletions
docker/entrypoint.sh
with
18 additions
and
18 deletions
docker/compose-siav2.yaml
+
18
−
16
View file @
5f85af2b
# NOTE: pg_hba: /var/lib/docker/volumes/docker_postgres-data/_data/pg_hba.conf
version
:
'
2'
version
:
'
2'
services
:
services
:
vlkb-db
:
vlkb-db
:
container_name
:
vlkb-db
container_name
:
vlkb-db
#image: git.ia2.inaf.it:5050/butora/vlkb-datasets/postgres-pgsphere:latest
image
:
git.ia2.inaf.it:5050/butora/vlkb-datasets/postgres-pgsphere:latest
image
:
registry.gitlab.com/ska-telescope/src/visivo-vlkb-soda:1.5.2
ports
:
#image: postgres-pgsphere:latest
-
5432:5432
#network_mode: "host"
environment
:
environment
:
-
SECURITY=
-
SECURITY=
-
POSTGRES_PASSWORD=ia2vlkb
-
POSTGRES_PASSWORD=ia2vlkb
...
@@ -15,27 +17,27 @@ services:
...
@@ -15,27 +17,27 @@ services:
-
postgres-data:/var/lib/postgresql/data
-
postgres-data:/var/lib/postgresql/data
siav2
:
vlkb-search
:
container_name
:
siav2
container_name
:
vlkb-search
image
:
siav2:latest
image
:
siav2:latest
#network_mode
:
"
host"
ports
:
-
8080:8080
environment
:
environment
:
-
SECURITY=
-
SECURITY=
#- SECURITY=ia2token
#- SECURITY=ia2token
-
DISCOVERY_CONTEXT_ROOT=vlkb#datasets#vlkb_search
-
DISCOVERY_CONTEXT_ROOT=vlkb#datasets#vlkb_search
-
DISCOVERY_DB_URI=jdbc:postgresql://
localhost
:5432/vialactea
-
DISCOVERY_DB_URI=jdbc:postgresql://
vlkb-db
:5432/vialactea
-
DB_USERNAME=vialactea
-
DB_USERNAME=vialactea
-
DB_PASSWORD=ia2vlkb
-
DB_PASSWORD=ia2vlkb
#- VLKBOBSCORE_PG_URI=postgresql://vialactea:ia2vlkb@localhost:5432/vialactea
#- VLKBOBSCORE_PG_URI=postgresql://vialactea:ia2vlkb@localhost:5432/vialactea
#- RESPONSE_FORMAT=application/x-vlkb+xml
#- RESPONSE_FORMAT=application/x-vlkb+xml
#- RESPONSE_FORMAT=application/x-votable+xml
#- RESPONSE_FORMAT=application/x-votable+xml
volumes
:
volumes
:
-
/srv/vlkb/surveys:/srv/surveys:z
-
/srv/vlkb/surveys:/srv/surveys:z
#- ./config-vlkb:/config:z
#- ./ssl:/etc/pki/tls:z
#- ./ssl:/etc/pki/tls:z
#restart: always
#restart: always
volumes
:
volumes
:
postgres-data
:
postgres-data
:
This diff is collapsed.
Click to expand it.
docker/entrypoint.sh
+
0
−
2
View file @
5f85af2b
...
@@ -10,7 +10,6 @@ env
...
@@ -10,7 +10,6 @@ env
#########################################################################
#########################################################################
#INST_DIR="/usr/local"
#INST_DIR="/usr/local"
WEBAPP_DIR
=
/webapps
WEBAPP_DIR
=
/webapps
#CONFIG_DIR=/config
echo
"SECURITY : "
$SECURITY
echo
"SECURITY : "
$SECURITY
echo
"DISCOVERY_CONTEXT_ROOT : "
$DISCOVERY_CONTEXT_ROOT
echo
"DISCOVERY_CONTEXT_ROOT : "
$DISCOVERY_CONTEXT_ROOT
...
@@ -19,7 +18,6 @@ echo "RESPONSE_FORMAT : "$RESPONSE_FORMAT
...
@@ -19,7 +18,6 @@ echo "RESPONSE_FORMAT : "$RESPONSE_FORMAT
echo
"URL_CUTOUTS : "
$URL_CUTOUTS
echo
"URL_CUTOUTS : "
$URL_CUTOUTS
echo
"INST_DIR : "
$INST_DIR
echo
"INST_DIR : "
$INST_DIR
echo
"WEBAPP_DIR : "
$WEBAPP_DIR
echo
"WEBAPP_DIR : "
$WEBAPP_DIR
#echo "CONFIG_DIR : "$CONFIG_DIR
#########################################################################
#########################################################################
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment