Skip to content

Commit

Permalink
Removed Varnish Docker image since FastCGI backends aren't supported
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Jul 24, 2024
1 parent fd14e78 commit 1a20881
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 107 deletions.
16 changes: 0 additions & 16 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,6 @@ services:
ports:
- "8080:80"

# https://hub.docker.com/_/varnish
varnish:
image: varnish:alpine
depends_on:
- php
volumes:
- ./docker/default.vcl:/etc/varnish/default.vcl:ro
environment:
VARNISH_SIZE: 128m
healthcheck:
test: wget -O - http://localhost
retries: 3
timeout: 5s
ports:
- "8081:80"

# https://github.com/FlorianLeChat/Source-Web-Console
php:
image: source-web-console
Expand Down
91 changes: 0 additions & 91 deletions docker/default.vcl

This file was deleted.

0 comments on commit 1a20881

Please sign in to comment.