EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 7ac2b7f4 authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

adding user configuration

parent c5411f4d
No related branches found
No related tags found
No related merge requests found
***REMOVED***:1001:100
\ No newline at end of file
***REMOVED***:1001:100
\ No newline at end of file
user:password:1001:100
\ No newline at end of file
***REMOVED***:1001:100
\ No newline at end of file
......@@ -154,14 +154,23 @@ services:
sftp:
image: atmoz/sftp:latest
volumes:
- ./data:/data/from/fepd
- ./data:/data/to/panda
- ./config/sftp_users.conf:/etc/sftp/users.conf:ro
- type: volume
source: to-panda
target: /home/eox/data/to/panda
- type: volume
source: from-fepd
target: /home/eox/data/from/fepd
configs:
- source: sftp-users
target: /etc/sftp/users.conf
ports:
- "2222:22"
deploy:
replicas: 1
configs:
sftp-users:
file: ./config/dem_sftp_users.conf
init-db:
file: ./config/dem_init-db.sh
mapcache-dev:
......
......@@ -156,16 +156,21 @@ services:
volumes:
- type: volume
source: to-panda
target: /data/to/panda
target: /home/eox/data/to/panda
- type: volume
source: from-fepd
target: /data/from/fepd
- ./config/sftp_users.conf:/etc/sftp/users.conf:ro
target: /home/eox/data/from/fepd
configs:
- source: sftp-users
target: /etc/sftp/users.conf
ports:
- "2222:22"
deploy:
replicas: 1
configs:
sftp-users:
file: ./config/emg_sftp_users.conf
init-db:
file: ./config/emg_init-db.sh
mapcache-dev:
......
......@@ -157,14 +157,23 @@ services:
sftp:
image: atmoz/sftp:latest
volumes:
- ./data:/data/from/fepd
- ./data:/data/to/panda
- ./config/sftp_users.conf:/etc/sftp/users.conf:ro
- type: volume
source: to-panda
target: /home/eox/data/to/panda
- type: volume
source: from-fepd
target: /home/eox/data/from/fepd
configs:
- source: sftp-users
target: /etc/sftp/users.conf
ports:
- "2222:22"
deploy:
replicas: 1
configs:
sftp-users:
file: ./config/vhr18_sftp_users.conf
init-db:
file: ./config/vhr18_init-db.sh
mapcache-dev:
......
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