@@ -24,10 +24,5 @@ jobs:
|
||||
git -C /opt/services pull origin main --ff-only
|
||||
chown -R 1000:100 /opt/services
|
||||
|
||||
- name: Write squid secrets
|
||||
run: |
|
||||
echo "PROXY_USER=${{ secrets.PROXY_USER }}" > /opt/services/ru-vps/squid/.env
|
||||
echo "PROXY_PASS=${{ secrets.PROXY_PASS }}" >> /opt/services/ru-vps/squid/.env
|
||||
|
||||
- name: Deploy stacks
|
||||
run: /opt/services/scripts/deploy.sh ru-vps "${{ inputs.stack }}"
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
services:
|
||||
mihomo:
|
||||
image: metacubex/mihomo:latest
|
||||
container_name: mihomo
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./config:/root/.config/mihomo
|
||||
ports:
|
||||
- "127.0.0.1:7890:7890" # HTTP proxy
|
||||
- "127.0.0.1:7891:7891" # SOCKS5 proxy
|
||||
- "127.0.0.1:9090:9090" # WebUI / API
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 900 B After Width: | Height: | Size: 900 B |
|
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.9 KiB |
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user