We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1345b68 commit 9a6a39aCopy full SHA for 9a6a39a
1 file changed
infra/sftp/docker-compose.yml
@@ -2,6 +2,7 @@ version: '3'
2
3
services:
4
sftp:
5
+ container_name: sftp-${ENVIRONMENT}
6
image: atmoz/sftp:debian
7
volumes:
8
- sftp-data:/home
@@ -15,6 +16,7 @@ services:
15
16
networks:
17
- sftp-net
18
- proxy-net
19
+ - common-ext
20
labels:
21
#### Labels define the behavior and rules of the traefik proxy for this container ####
22
- "traefik.enable=true" # <== Enable traefik to proxy this container
0 commit comments