18 lines
347 B
Plaintext
Raw Normal View History

2023-04-19 20:21:31 -06:00
image: varnish:7.3-alpine
command: "-p default_keep=300"
ports:
- "80:80/tcp"
- "443:443/tcp"
- "443:443/udp"
environment:
- VARNISH_SIZE=2G
tmpfs:
- /var/lib/varnish:exec
volumes:
2023-04-23 17:19:35 -06:00
- "./varnish:/etc/varnish"
2023-04-19 20:21:31 -06:00
depends_on:
- tinc
restart: always
2023-04-19 20:29:36 -06:00
networks:
2023-04-19 20:31:02 -06:00
internal: