d2ray/docker-compose.yml

22 lines
409 B
YAML
Raw Normal View History

2022-12-02 12:52:11 +00:00
networks:
d2ray_br:
external: false
services:
d2ray:
image: quackerd/d2ray
container_name: d2ray
ports:
- ${PORT}:${PORT}
environment:
- PORT=${PORT}
2023-08-21 13:05:44 +00:00
- TARGET_URL=${TARGET_URL}
- TARGET_PORT=${TARGET_PORT}
2022-12-02 12:52:11 +00:00
- USERS=${USERS}
2023-08-21 13:05:44 +00:00
- LOG_LEVEL=${LOG_LEVEL}
2022-12-02 13:40:39 +00:00
restart: unless-stopped
2022-12-02 12:52:11 +00:00
networks:
- d2ray_br
volumes:
2023-08-21 13:05:44 +00:00
- ./config:/etc/d2ray