mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-07-16 00:34:43 +00:00
Add FTP Host path as env
This commit is contained in:
parent
9222b8f0d6
commit
ddf8c112f5
2 changed files with 5 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ services:
|
|||
constraints: [node.role == manager]
|
||||
|
||||
parser:
|
||||
image: "amineo/t2-stats-parser:v0.4.0"
|
||||
image: "amineo/t2-stats-parser:v0.4.1"
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./build/go-t2-stat-parser/Dockerfile
|
||||
|
|
@ -33,6 +33,7 @@ services:
|
|||
FTP_HOST: "${FTP_HOST}"
|
||||
FTP_USER: "${FTP_USER}"
|
||||
FTP_PW: "${FTP_PW}"
|
||||
FTP_PATH: "${FTP_PATH}"
|
||||
depends_on:
|
||||
- db
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue