proxyauth 0.5.21

Proxy Authentication Token
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
services:
    proxyauth:
        container_name: proxyauth
        build: .
        user: "1000:1000"
        ports:
            - "8080:8080"
        ulimits:
            nofile:
                soft: 65536
                hard: 65536
        volumes:
            - ./config/config.json:/etc/proxyauth/config/config.json:rw
            - ./config/routes.yml:/etc/proxyauth/config/routes.yml:rw