+ Production docker-compose.yml

This commit is contained in:
Daniel Legt 2024-01-22 01:59:38 +02:00
parent c556e3827b
commit 79e44bd88a
1 changed files with 14 additions and 0 deletions

14
docker-compose.prod.yml Normal file
View File

@ -0,0 +1,14 @@
version: "3.8"
services:
drive-health:
# Build the current image
image: ghcr.io/justkato/drive-health:latest
# Read straight from the .env file, or use the environment path
env_file:
- .env
volumes:
- ./dev_data:/data
# Setup application ports
ports:
- 8080:8080