Update docker-compose.yml

This commit is contained in:
Faraz Fallahi
2021-01-25 23:31:56 -05:00
parent 6e8090010e
commit 9acf712c5c

View File

@@ -1,13 +1,15 @@
version: '3.5' version: '3.6'
services: services:
worker: worker:
build: . build: .
image: fffaraz/qt:latest image: fffaraz/qt:latest
hostname: worker hostname: worker
tmpfs:
- /run
- /tmp
volumes: volumes:
- ./volumes/repo:/root/repo - ./volumes/repo:/root/repo
- ./volumes/conan:/root/.conan/data - ./volumes/conan:/root/.conan/data
- ./volumes/tmp:/tmp
ports: ports:
- "2222:22" - "2222:22"