1
0
mirror of https://github.com/nitezs/sub2clash.git synced 2024-12-23 14:54:42 -05:00
sub2clash/docker-compose.yml
nitezs 52e609298a add:goreleaser.yaml
mod:docker.yml
mod:go.yml
mod:docker-compose.yml
mod:README.md
2023-09-14 17:59:17 +08:00

21 lines
493 B
YAML

version: '3'
services:
sub2clash:
container_name: sub2clash
restart: unless-stopped
image: ghcr.io/nitezs/sub2clash:latest
ports:
- "8011:8011"
volumes:
- ./templates:/app/templates
- ./logs:/app/logs
# environment:
# - PORT=8011
# - META_TEMPLATE=template_meta.yaml
# - PROXY_TEMPLATE=template_clash.yaml
# - REQUEST_RETRY_TIMES=3
# - REQUEST_MAX_FILE_SIZE=1048576
# - CACHE_EXPIRE=300
# - LOG_LEVEL=info