2
1
mirror of https://github.com/Thream/file-uploads-api.git synced 2024-07-21 02:58:31 +02:00
file-uploads-api/docker-compose.yml

12 lines
287 B
YAML
Raw Normal View History

2023-07-22 16:24:52 +02:00
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'