mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-06 06:40:35 +01:00
Mis à jours Dockerfile et docker-compose
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user