18 lines
379 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:
2023-04-23 18:30:13 -06:00
- "8080:80/tcp"
2023-04-19 20:21:31 -06:00
- "443:443/tcp"
- "443:443/udp"
environment:
- VARNISH_SIZE=2G
tmpfs:
- /var/lib/varnish:exec
volumes:
2023-04-23 18:12:52 -06:00
- "/etc/lixonet/${netname}/.config/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: