Commit bcd565d8 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Minor changes.

parent 33298e46
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -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:
+2 −2
Original line number Diff line number Diff line
@@ -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'