22 lines
551 B
Plaintext
Raw Normal View History

image: nginx:stable-alpine
2023-04-19 20:21:31 -06:00
ports:
2023-04-23 18:34:57 -06:00
- "80:80/tcp"
2023-04-19 20:21:31 -06:00
- "443:443/tcp"
- "443:443/udp"
2023-04-25 18:39:13 -06:00
- "8448:448/tcp"
- "8448:8448/udp"
2023-04-23 18:38:22 -06:00
sysctls:
2023-04-23 18:35:59 -06:00
net.ipv4.ip_unprivileged_port_start: 0
2023-04-19 20:21:31 -06:00
tmpfs:
2023-04-23 18:49:03 -06:00
- "/var/lib/varnish/varnishd:uid=1000,gid=1000"
2023-04-19 20:21:31 -06:00
volumes:
- "/etc/lixonet/${netname}/.config/proxy-frontend:/etc/nginx"
2023-04-23 20:04:16 -06:00
- "/etc/lixonet/${netname}/.config/proxy-frontend/entry:/docker-entrypoint.d"
2023-04-19 20:21:31 -06:00
restart: always
2023-04-23 20:04:16 -06:00
cap_add:
- NET_ADMIN
2023-04-23 20:07:26 -06:00
depends_on:
- tinc
2023-04-19 20:29:36 -06:00
networks:
2023-04-19 20:31:02 -06:00
internal: