EOX GitLab Instance

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

unify sftp config file

parent 7d7a13e7
No related branches found
No related tags found
No related merge requests found
...@@ -172,14 +172,14 @@ services: ...@@ -172,14 +172,14 @@ services:
source: from-fepd source: from-fepd
target: /home/eox/data/from/fepd target: /home/eox/data/from/fepd
configs: configs:
- source: sftp_users_{{slug}} - source: sftp_users_pass
target: /etc/sftp/users.conf target: /etc/sftp/users.conf
ports: ports:
- "{{sftp}}:22" - "{{sftp}}:22"
deploy: deploy:
replicas: 1 replicas: 1
configs: configs:
sftp_users_{{slug}}: sftp_users_pass:
external: true external: true
init-db: init-db:
file: ./config/init-db.sh file: ./config/init-db.sh
......
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