generated from Templates/Baseline
OCram85
d0090a7e9a
All checks were successful
ci / docker (push) Successful in 16s
#### 📖 Summary - Add basic help about Swarmproxy - Update changelog - prepare next release #### 📑 Test Plan > 💡 Select your test plan for the code changes. - [x] CI pipeline tests - [ ] Custom test - [ ] No test plan ##### Details / Justification <!-- Add your test details or justification for missing tests here. --> #### 📚 Additional Notes <!-- A place for additional detail notes. --> Co-authored-by: OCram85 <marco.blessing@googlemail.com> Reviewed-on: #11
55 lines
1.3 KiB
YAML
55 lines
1.3 KiB
YAML
version: "3.8"
|
|
|
|
networks:
|
|
egress:
|
|
attachable: true
|
|
#external: true
|
|
|
|
#configs:
|
|
# filter_file:
|
|
# # config can be predefined / external or loaded from file
|
|
# #external: true
|
|
# file: ./filter.txt
|
|
|
|
#secrets:
|
|
# upstream-proxy:
|
|
# external: true
|
|
|
|
services:
|
|
swarmproxy:
|
|
image: gitea.ocram85.com/ocram85/swarmproxy:latest
|
|
deploy:
|
|
replicas: 1
|
|
#secrets:
|
|
# - upstream-proxy
|
|
environment:
|
|
# Recommended settings
|
|
- LOGLEVEL=Connect
|
|
|
|
# Use an optional upstream proxy
|
|
#- UPSTREAM_PROXY=
|
|
# Set UPSTREAM_PROXY as docker secret if your upstream needs authentication
|
|
# Eg.: http://user:password@upstream.intra:3128
|
|
#- UPSTREAM_PROXY_FILE=/run/secrets/UPSTREAM_PROXY
|
|
|
|
# OPTIONAL config keys
|
|
#- TINYPROXY_UID=5123
|
|
#- TINYPROXY_GID=5123
|
|
#- PORT=8888
|
|
#- TIMEOUT=600
|
|
#- MAXCLIENTS=600
|
|
#- FILTER_FILE=/app/filter
|
|
# You can mount a single filter file into the container.
|
|
# To reload the file use the docker kill -s USR1 <container_id| container_name> command.
|
|
#volumes:
|
|
# - ./filter.txt:/app/filter:ro
|
|
# alenate filter file mount
|
|
#configs:
|
|
# - source: filter_file
|
|
# target: /app/filter
|
|
networks:
|
|
egress:
|
|
aliases:
|
|
- swarmproxy
|
|
- proxy
|