EOX GitLab Instance

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

mounting configurable volumes

parent e8b7481f
No related branches found
No related tags found
No related merge requests found
......@@ -154,9 +154,13 @@ 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: /data/to/panda
- type: volume
source: from-fepd
target: /data/from/fepd
- ./config/sftp_users.conf:/etc/sftp/users.conf:ro
ports:
- "2222:22"
deploy:
......@@ -177,5 +181,7 @@ volumes:
redis-data:
cache-db:
instance-data:
to-panda:
from-fepd:
networks:
intnet:
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