Adds squid to dev/CI stacks

- for testing forwarded ip address later
This commit is contained in:
Jamie Curnow
2024-10-13 21:54:58 +10:00
parent 5aeb99b856
commit b01817bc7f
6 changed files with 127 additions and 7 deletions

View File

@ -12,7 +12,11 @@ services:
- 3081:81
- 3443:443
networks:
- nginx_proxy_manager
nginx_proxy_manager:
aliases:
- website1.example.com
- website2.example.com
- website3.example.com
environment:
PUID: 1000
PGID: 1000
@ -65,6 +69,17 @@ services:
depends_on:
- npm
squid:
image: ubuntu/squid
container_name: npm_squid
volumes:
- './dev/squid.conf:/etc/squid/squid.conf:ro'
- '/etc/localtime:/etc/localtime:ro'
networks:
- nginx_proxy_manager
ports:
- 8128:3128
volumes:
npm_data:
name: npm_core_data