mirror of
https://github.com/JustKato/drive-health.git
synced 2026-02-27 06:17:00 +02:00
+ Production docker-compose.yml
This commit is contained in:
14
docker-compose.prod.yml
Normal file
14
docker-compose.prod.yml
Normal 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
|
||||
Reference in New Issue
Block a user