set version des images

This commit is contained in:
Alexandre Chevalier
2026-02-14 19:03:45 +01:00
parent 204c890eeb
commit d6f422ea17
2 changed files with 11 additions and 11 deletions

View File

@@ -36,14 +36,14 @@ services:
# - app-network
# https://stackoverflow.com/questions/57591868/how-correctly-install-ssl-certificate-using-certbot-in-docker
# certbot:
# image: certbot/certbot:latest
# container_name: certbot
# depends_on:
# - front
# volumes:
# - ../certbot/www/:/var/www/certbot/:rw
# - ../certbot/conf/:/etc/letsencrypt/:rw
# certbot:
# image: certbot/certbot:v5.3.1
# container_name: certbot
# depends_on:
# - front
# volumes:
# - ../certbot/www/:/var/www/certbot/:rw
# - ../certbot/conf/:/etc/letsencrypt/:rw
front:
@@ -85,7 +85,7 @@ services:
unless-stopped
db:
image: mysql
image: mysql:8.4
ports:
- "3306:3306"
environment:
@@ -117,7 +117,7 @@ services:
retries: 5
mail:
image: bytemark/smtp
image: bytemark/smtp:latest
restart: always
ports:
- "2525:25"

View File

@@ -1,2 +1,2 @@
FROM grafana/grafana:latest
FROM grafana/grafana:12.3
RUN grafana-cli plugins install grafana-munin-datasource