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