rust-rpxy/docker-compose.yml
2023-01-19 22:04:56 +09:00

20 lines
482 B
YAML

version: "3"
services:
rpxy-rp:
image: jqtype/rpxy
container_name: rpxy
restart: unless-stopped
ports:
- 127.0.0.1:8080:8080
- 127.0.0.1:8443:8443
build:
context: ./
environment:
- LOG_LEVEL=debug
- LOG_TO_FILE=false
tty: false
privileged: true
volumes:
- ./example-certs/server.crt:/certs/server.crt:ro
- ./example-certs/server.key:/certs/server.key:ro
- ./config-example.toml:/etc/rpxy.toml:ro