Loading client/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ COPY config/bash_completion/* /usr/share/bash-completion/completions/ # Copy configuration file RUN mkdir -p /etc/vos_cli COPY config/vos_cli.conf /etc/vos_cli/ COPY config/vos_cli.conf.sample /etc/vos_cli/ RUN chmod -R 755 /etc/vos_cli # Set the PAH environment variable Loading client/config/vos_cli.conf→client/config/vos_cli.conf.sample +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ [server] ; hostname or IP address of the machine that hosts Redis host = job_cache host = localhost ; port at which Redis is available, default is 6379 TCP port = 6379 ; Redis db index, default is 0 Loading docker-compose.yml +2 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,8 @@ services: command: ["./wait-for-it.sh", "postgres:5432", "--timeout=30", "--", "bash", "start.sh"] client: image: git.ia2.inaf.it:5050/vospace/vospace-transfer-service/client volumes: - ./conf/vos_cli.conf:/etc/vos_cli/vos_cli.conf build: ./client container_name: client networks: Loading transfer_service/config/vos_ts.conf.sample +2 −2 Original line number Diff line number Diff line Loading @@ -11,11 +11,11 @@ # Postgres [file_catalog] ; hostname or IP address of the machine that hosts the Postgres database host = file_catalog host = localhost ; port at which the database is available, default is 5432 TCP port = 5432 ; database name db = vospace_testdb db = vospace ; user name, default is 'postgres' user = postgres ; password, default is 'postgres' Loading Loading
client/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ COPY config/bash_completion/* /usr/share/bash-completion/completions/ # Copy configuration file RUN mkdir -p /etc/vos_cli COPY config/vos_cli.conf /etc/vos_cli/ COPY config/vos_cli.conf.sample /etc/vos_cli/ RUN chmod -R 755 /etc/vos_cli # Set the PAH environment variable Loading
client/config/vos_cli.conf→client/config/vos_cli.conf.sample +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ [server] ; hostname or IP address of the machine that hosts Redis host = job_cache host = localhost ; port at which Redis is available, default is 6379 TCP port = 6379 ; Redis db index, default is 0 Loading
docker-compose.yml +2 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,8 @@ services: command: ["./wait-for-it.sh", "postgres:5432", "--timeout=30", "--", "bash", "start.sh"] client: image: git.ia2.inaf.it:5050/vospace/vospace-transfer-service/client volumes: - ./conf/vos_cli.conf:/etc/vos_cli/vos_cli.conf build: ./client container_name: client networks: Loading
transfer_service/config/vos_ts.conf.sample +2 −2 Original line number Diff line number Diff line Loading @@ -11,11 +11,11 @@ # Postgres [file_catalog] ; hostname or IP address of the machine that hosts the Postgres database host = file_catalog host = localhost ; port at which the database is available, default is 5432 TCP port = 5432 ; database name db = vospace_testdb db = vospace ; user name, default is 'postgres' user = postgres ; password, default is 'postgres' Loading