Schrödinger’s Proxy
313
Quantixy is proxy which auto-sleeps and wakes Docker containers when the website is reached. Containers are both running and not running until someone checks.
Compose file
services:
quantixy:
image: maskalicz/quantixy:latest
container_name: quantixy
ports:
- 8888:80
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./services.yaml:/etc/quantixy/services.yaml
environment:
- TIMEOUT_MINUTES=1
- VERBOSE_LOGGING=false
#- LOADING_PAGE_PATH=
services.yaml:
domain.tld:
container: name
port: 1234
protocol: http # https
websocket: true # false
Content type
Image
Digest
sha256:be71ed755…
Size
48.2 MB
Last updated
over 1 year ago
docker pull maskalicz/quantixy