mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 18:35:54 +00:00
15 lines
273 B
YAML
15 lines
273 B
YAML
version: '3.9'
|
|
|
|
services:
|
|
uppy:
|
|
image: transloadit/companion
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- /app/node_modules
|
|
- /mnt/uppy-server-data:/mnt/uppy-server-data
|
|
ports:
|
|
- '3020:3020'
|
|
env_file:
|
|
- .env
|