Skip to content

Commit

Permalink
pin versions of chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
AmruthPillai committed Jan 11, 2025
1 parent 13d90e8 commit e4ec678
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions tools/compose/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
services:
# Database (Postgres)
postgres:
image: postgres:latest
image: postgres:16-alpine
restart: unless-stopped
ports:
- ${POSTGRES_PORT:-5432}:5432
Expand Down Expand Up @@ -52,7 +52,7 @@ services:

# Chrome Browser (for printing and previews)
chrome:
image: ghcr.io/browserless/chromium:latest
image: ghcr.io/browserless/chromium:v2.18.0 # Upgrading to newer versions causes issues
restart: unless-stopped
ports:
- ${CHROME_PORT:-8080}:3000
Expand Down
4 changes: 2 additions & 2 deletions tools/compose/nginx-proxy-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:

# Storage (for image uploads)
minio:
image: minio/minio
image: minio/minio:latest
restart: unless-stopped
command: server /data
volumes:
Expand All @@ -39,7 +39,7 @@ services:

# Chrome Browser (for printing and previews)
chrome:
image: ghcr.io/browserless/chromium:latest
image: ghcr.io/browserless/chromium:v2.18.0 # Upgrading to newer versions causes issues
restart: unless-stopped
environment:
TIMEOUT: 10000
Expand Down
4 changes: 2 additions & 2 deletions tools/compose/simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:

# Storage (for image uploads)
minio:
image: minio/minio
image: minio/minio:latest
restart: unless-stopped
command: server /data
ports:
Expand All @@ -34,7 +34,7 @@ services:

# Chrome Browser (for printing and previews)
chrome:
image: ghcr.io/browserless/chromium:latest
image: ghcr.io/browserless/chromium:v2.18.0 # Upgrading to newer versions causes issues
restart: unless-stopped
environment:
TIMEOUT: 10000
Expand Down
4 changes: 2 additions & 2 deletions tools/compose/swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:

# Storage (for image uploads)
minio:
image: minio/minio
image: minio/minio:latest
command: server /data
networks:
- reactive_resume_network
Expand All @@ -50,7 +50,7 @@ services:

# Chrome Browser (for printing and previews)
chrome:
image: ghcr.io/browserless/chromium:latest
image: ghcr.io/browserless/chromium:v2.18.0 # Upgrading to newer versions causes issues
networks:
- reactive_resume_network
environment:
Expand Down
4 changes: 2 additions & 2 deletions tools/compose/traefik-secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:

# Storage (for image uploads)
minio:
image: minio/minio
image: minio/minio:latest
restart: unless-stopped
command: server /data
volumes:
Expand All @@ -41,7 +41,7 @@ services:

# Chrome Browser (for printing and previews)
chrome:
image: ghcr.io/browserless/chromium:latest
image: ghcr.io/browserless/chromium:v2.18.0 # Upgrading to newer versions causes issues
restart: unless-stopped
environment:
TIMEOUT: 10000
Expand Down
4 changes: 2 additions & 2 deletions tools/compose/traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:

# Storage (for image uploads)
minio:
image: minio/minio
image: minio/minio:latest
restart: unless-stopped
command: server /data
volumes:
Expand All @@ -39,7 +39,7 @@ services:

# Chrome Browser (for printing and previews)
chrome:
image: ghcr.io/browserless/chromium:latest
image: ghcr.io/browserless/chromium:v2.18.0 # Upgrading to newer versions causes issues
restart: unless-stopped
environment:
TIMEOUT: 10000
Expand Down

0 comments on commit e4ec678

Please sign in to comment.