Mis à jours Dockerfile et docker-compose

This commit is contained in:
skylanix
2025-08-16 11:54:47 +02:00
committed by skylanix
parent bf44e8aefb
commit db66bc4cb4
2 changed files with 8 additions and 3 deletions

View File

@@ -24,9 +24,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
COPY requirements.txt .
COPY run-web.py .
COPY ./webapp ./webapp
COPY ./discordbot ./discordbot
COPY ./database ./database
COPY ./discordbot ./discordbot
COPY ./protondb ./protondb
COPY ./webapp ./webapp
COPY zabbix_agent2.conf /etc/zabbix/zabbix_agent2.conf
COPY start.sh /start.sh

View File

@@ -8,6 +8,10 @@ services:
# Image hébergée sur GitHub Container Registry
image: ghcr.io/skylanix/mamiehenriette:latest
# Build du conteneur à partir d'un Dockerfile local
# build: .
# image: mamiehenriette
# Redémarrage automatique en cas d'erreur
restart: on-failure
@@ -23,6 +27,6 @@ services:
ports:
# Interface web sur http://localhost:8000
- 80:5000
- 5000:5000
# Port Zabbix (décommentez si nécessaire)
# - "10050:10050"