set version des images
This commit is contained in:
@@ -36,14 +36,14 @@ services:
|
|||||||
# - app-network
|
# - app-network
|
||||||
|
|
||||||
# https://stackoverflow.com/questions/57591868/how-correctly-install-ssl-certificate-using-certbot-in-docker
|
# https://stackoverflow.com/questions/57591868/how-correctly-install-ssl-certificate-using-certbot-in-docker
|
||||||
# certbot:
|
# certbot:
|
||||||
# image: certbot/certbot:latest
|
# image: certbot/certbot:v5.3.1
|
||||||
# container_name: certbot
|
# container_name: certbot
|
||||||
# depends_on:
|
# depends_on:
|
||||||
# - front
|
# - front
|
||||||
# volumes:
|
# volumes:
|
||||||
# - ../certbot/www/:/var/www/certbot/:rw
|
# - ../certbot/www/:/var/www/certbot/:rw
|
||||||
# - ../certbot/conf/:/etc/letsencrypt/:rw
|
# - ../certbot/conf/:/etc/letsencrypt/:rw
|
||||||
|
|
||||||
|
|
||||||
front:
|
front:
|
||||||
@@ -85,7 +85,7 @@ services:
|
|||||||
unless-stopped
|
unless-stopped
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mysql
|
image: mysql:8.4
|
||||||
ports:
|
ports:
|
||||||
- "3306:3306"
|
- "3306:3306"
|
||||||
environment:
|
environment:
|
||||||
@@ -117,7 +117,7 @@ services:
|
|||||||
retries: 5
|
retries: 5
|
||||||
|
|
||||||
mail:
|
mail:
|
||||||
image: bytemark/smtp
|
image: bytemark/smtp:latest
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "2525:25"
|
- "2525:25"
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
FROM grafana/grafana:latest
|
FROM grafana/grafana:12.3
|
||||||
RUN grafana-cli plugins install grafana-munin-datasource
|
RUN grafana-cli plugins install grafana-munin-datasource
|
||||||
Reference in New Issue
Block a user