12 lines
206 B
Plaintext
12 lines
206 B
Plaintext
version: '2'
|
|
|
|
|
|
services:
|
|
esl-gen:
|
|
image: esl-gen:${GenVers}
|
|
volumes:
|
|
- ${ProgrammeDir}:/data
|
|
- ${RepoDir}:/data/distributions
|
|
- ./bin:/usr/local/bin
|
|
|