11 lines
177 B
Plaintext
11 lines
177 B
Plaintext
version: '2'
|
|
|
|
|
|
services:
|
|
compil:
|
|
image: esl-compilator:${GenVers}
|
|
volumes:
|
|
- ${ProgrammeDir}:/data
|
|
- ${RepoDir}:/data/distributions
|
|
|