d2ray/docker-compose.yml
quackerd fdb1acdaef
All checks were successful
continuous-integration/drone/push Build is passing
refactor
2023-08-21 09:22:57 -04:00

22 lines
404 B
YAML

networks:
d2ray_br:
external: false
services:
d2ray:
image: quackerd/d2ray
container_name: d2ray
ports:
- 8443:8443
environment:
- PORT=8443
- TARGET_URL=example.com
- TARGET_PORT=443
- USERS=exampleuser1,exampleuser2
- LOG_LEVEL=${LOG_LEVEL}
restart: unless-stopped
networks:
- d2ray_br
volumes:
- ./config:/etc/d2ray