2
1
mirror of https://github.com/Thream/file-uploads-api.git synced 2024-07-04 03:40:11 +02:00
file-uploads-api/compose.yaml

12 lines
287 B
YAML

services:
thream-file-uploads-api:
container_name: ${COMPOSE_PROJECT_NAME}
image: "thream-file-uploads-api"
restart: "unless-stopped"
network_mode: "host"
build:
context: "./"
env_file: ".env"
volumes:
- "./uploads:/usr/src/application/uploads"