Skip to content

Commit

Permalink
Add docoker-compose.tml to .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm committed Sep 11, 2024
1 parent e0ad25a commit 705b4a6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docker-compose.override.sample.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
services:
mariadb:
varnish:
image: varnish:6.6
ports:
- "8180:80"
volumes:
- "./mariadb_data:/bitnami/mariadb"
- ./default.vcl:/etc/varnish/default.vcl
environment:
- VARNISH_SIZE=256M
- VARNISH_BACKEND_HOST=magento
- VARNISH_BACKEND_PORT=8080
depends_on:
- magento

0 comments on commit 705b4a6

Please sign in to comment.