mirror of
https://github.com/JustKato/drive-health.git
synced 2026-03-04 16:39:45 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6117157598 | |||
| 79e44bd88a |
@@ -2,6 +2,8 @@
|
|||||||
FROM debian:bullseye
|
FROM debian:bullseye
|
||||||
ENV IS_DOCKER TRUE
|
ENV IS_DOCKER TRUE
|
||||||
|
|
||||||
|
LABEL org.opencontainers.image.source https://github.com/JustKato/drive-health
|
||||||
|
|
||||||
# Install build dependencies and runtime dependencies
|
# Install build dependencies and runtime dependencies
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
gcc \
|
gcc \
|
||||||
|
|||||||
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