set version des images
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
FROM grafana/grafana:latest
|
||||
FROM grafana/grafana:12.3
|
||||
RUN grafana-cli plugins install grafana-munin-datasource
|
||||
Reference in New Issue
Block a user