drive-health/docker-compose.dev.yml

14 lines
276 B
YAML
Raw Normal View History

2024-01-22 01:49:13 +02:00
version: "3.8"
services:
drive-health:
# Build the current image
build: .
# Read straight from the .env file, or use the environment path
env_file:
- .env
volumes:
- ./dev_data:/data
# Setup application ports
ports:
- 8080:8080