add stack for single container

This commit is contained in:
2021-05-24 07:21:48 +00:00
parent 088d30eaf3
commit b1620ab5f8

10
docker-compose.single.yml Normal file
View File

@@ -0,0 +1,10 @@
version: '2'
services:
theia:
image: docker.triton2.fet.at/dev_theia
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- data_dev:/home/project
volumes:
data_dev:
driver: local