Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose/proxy/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
nest-certbot:
container_name: nest-certbot
entrypoint: /bin/sh -c 'trap exit TERM; while :; do certbot renew --webroot -w /var/www/certbot --quiet; sleep 12h & wait $${!}; done;'
image: certbot/certbot
image: certbot/certbot:v5.3.0
restart: unless-stopped
volumes:
- ./blocked_ips.conf:/etc/nginx/blocked_ips.conf
Expand All @@ -17,7 +17,7 @@ services:

nest-nginx:
container_name: nest-nginx
image: nginx:latest
image: nginx:1.28.2-alpine
networks:
- production_nest-app-network
- staging_nest-app-network
Expand Down