Skip to content

Commit

Permalink
Update tagged images in Compose config, rename certbot entrypoint file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley Felton authored and dbca-asi committed Jul 26, 2024
1 parent b36f400 commit 35418e6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: "3.8"

services:
nginx:
image: ghcr.io/dbca-wa/nginx-sigsci:1.26.0
image: ghcr.io/dbca-wa/nginx-sigsci:1.26.1
ports:
- mode: host
protocol: tcp
Expand All @@ -24,16 +22,16 @@ services:
fluentd-address: "localhost:24224"
tag: "nginx.access"
sigsci:
image: ghcr.io/dbca-wa/nginx-sigsci:1.26.0
image: ghcr.io/dbca-wa/nginx-sigsci:1.26.1
command: sigsci-agent
volumes:
- "/var/nginx-etc/sigsci:/etc/sigsci"
- "nginx-process:/var/run"
environment:
- "TZ=Australia/Perth"
certbot:
image: ghcr.io/dbca-wa/certbot-dns-cloudflare-azure:2.10.0
entrypoint: /etc/letsencrypt/certbot-cron
image: ghcr.io/dbca-wa/certbot-dns-cloudflare-azure:2.11.0
entrypoint: /etc/letsencrypt/certbot-entrypoint
volumes:
- "/var/nginx-etc/letsencrypt:/etc/letsencrypt"
- "letsencrypt-log:/var/log/letsencrypt"
Expand Down

0 comments on commit 35418e6

Please sign in to comment.