mirror of
https://github.com/SlavikMIPT/tgcloud.git
synced 2025-03-09 15:40:14 +00:00
9 lines
No EOL
183 B
YAML
9 lines
No EOL
183 B
YAML
version: '2'
|
|
services:
|
|
processing:
|
|
build: .
|
|
image: slavikmipt/audiotube-worker:processing
|
|
volumes:
|
|
- /etc/nfs:/etc/nfs
|
|
restart: always
|
|
command: processing |