Skip to content

Commit 9a6a39a

Browse files
committed
added container sftp name and network
1 parent 1345b68 commit 9a6a39a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

infra/sftp/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: '3'
22

33
services:
44
sftp:
5+
container_name: sftp-${ENVIRONMENT}
56
image: atmoz/sftp:debian
67
volumes:
78
- sftp-data:/home
@@ -15,6 +16,7 @@ services:
1516
networks:
1617
- sftp-net
1718
- proxy-net
19+
- common-ext
1820
labels:
1921
#### Labels define the behavior and rules of the traefik proxy for this container ####
2022
- "traefik.enable=true" # <== Enable traefik to proxy this container

0 commit comments

Comments
 (0)