1 2 3 4 5 6 7 8 9 10 11 12 13
services: proxyauth: container_name: proxyauth build: . ports: - "8080:8080" ulimits: nofile: soft: 65536 hard: 65536 volumes: - ./config/config.json:/app/config/config.json - ./config/routes.yml:/app/config/routes.yml