Change-Id: I46b9cf8da2a063300bed2cae4a42c926be5b1518
Issue-ID: INT-607
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
- ./json_schema:/json_schema
env_file:
- ./config/netconf.env
+ restart: on-failure
depends_on:
- netopeer
image: sysrepo/sysrepo-netopeer2:latest
ports:
- "830:830"
+ volumes:
+ - ./netconf:/netconf
env_file:
- ./config/netconf.env
+ restart: on-failure
+ depends_on:
+ - sftp-server
+
+ sftp-server:
+ container_name: sftp-server
+ image: atmoz/sftp:alpine
+ ports:
+ - "22:22"
volumes:
- - ./netconf:/netconf
\ No newline at end of file
+ - ./sftp:/home/sftp-user/sftp
+ restart: on-failure
+ command: sftp-user:sftp-password
\ No newline at end of file
--- /dev/null
+We are SFTP specialists.
+Do you prefer chocolate or vanilia?
\ No newline at end of file