KazV2/dockers/web
2024-08-23 12:25:45 +02:00
..
html first commit 2024-06-03 18:43:35 +02:00
.env first commit 2024-06-03 18:43:35 +02:00
autoconfig.yml.dist maj kaz.bzh par ${domain} 2024-08-23 12:25:45 +02:00
build.sh autoconfig web 2024-07-08 20:51:54 +02:00
docker-compose.yml corrige règle host traefkv2 en v3 2024-08-22 07:39:28 +02:00
first.sh first commit 2024-06-03 18:43:35 +02:00
Readme.txt first commit 2024-06-03 18:43:35 +02:00
web-gen.sh first commit 2024-06-03 18:43:35 +02:00

Pour l'installation d'un serveur web static (avec NGINX)

0) Verification qu'il n'y a pas deja une image

# docker images

# cd /root/install_web

1) fabrication du docker avec le fichier Dockerfile
Cela utilise
  - Dockerfile : le fichier de description
  - html : qui contient les pages static

# docker build -t webkaz .

2) verification de la creation (webkaz apparait)
# docker images

3) Lancement du web
Dans docker-compose.yml
  - il y a nommage du container

# docker-compose up -d

4) Verification
Il y a un container

# docker ps