refactor: remove docker compose

This commit is contained in:
2025-12-06 00:03:19 +07:00
parent 368cc0b3e3
commit 43178d51b5

View File

@ -1,23 +0,0 @@
services:
tunnlpls:
image: git.fossy.my.id/bagas/tunnl_please:staging
ports:
- 80:80
- 2200:2200
volumes:
- ./certs:/certs
# - /etc/letsencrypt/live/sgp.tunnl.live/fullchain.pem:/certs/fullchain.pem
# - /etc/letsencrypt/live/sgp.tunnl.live/privkey.pem:/certs/privkey.pem
labels:
- "com.centurylinklabs.watchtower.enable=true"
environment:
domain: sgp.tunnl.live
port: 2200
tls_enabled: true
tls_redirect: true
cert_loc: /certs/localhost.direct.SS.crt
key_loc: /certs/localhost.direct.SS.key
ssh_private_key: /certs/id_rsa
cors_list: https://tunnl.live
ALLOWED_PORTS: 10000-50000
restart: always