d2ray/docker-compose.yml

25 lines
408 B
YAML
Raw Normal View History

2022-12-02 12:52:11 +00:00
networks:
d2ray_br:
external: false
volumes:
d2ray_certs:
services:
d2ray:
image: quackerd/d2ray
container_name: d2ray
ports:
- ${PORT}:${PORT}
- 80:80
environment:
- PORT=${PORT}
- FQDN=${FQDN}
- USERS=${USERS}
2022-12-02 13:40:39 +00:00
restart: unless-stopped
2022-12-02 12:52:11 +00:00
networks:
- d2ray_br
volumes:
- d2ray_certs:/etc/letsencrypt
2022-12-02 13:40:39 +00:00
- ${LOGDIR}:/etc/d2ray