https://github.com/flavienbwk/docker-varnish-drupal-example
A docker-compose installation to set-up a Drupal website with Varnish caching.
https://github.com/flavienbwk/docker-varnish-drupal-example
apache2 docker-compose drupal-8 varnish web-cache
Last synced: about 1 year ago
JSON representation
A docker-compose installation to set-up a Drupal website with Varnish caching.
- Host: GitHub
- URL: https://github.com/flavienbwk/docker-varnish-drupal-example
- Owner: flavienbwk
- Created: 2019-06-18T09:49:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T10:40:01.000Z (almost 7 years ago)
- Last Synced: 2025-01-28T16:17:35.748Z (about 1 year ago)
- Topics: apache2, docker-compose, drupal-8, varnish, web-cache
- Language: VCL
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-varnish-drupal-example
A docker-compose installation to set-up a Drupal website with Varnish caching.
Works with PostgreSQL database.
Simply run the following command :
```
docker-compose up -d
```
Connect on `localhost` in your browser to access Drupal through Varnish.