mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-26 03:35:19 +00:00
8 lines
115 B
YAML
8 lines
115 B
YAML
version: '2'
|
|
|
|
services:
|
|
uppy:
|
|
image: companion
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.test
|