Skip to content

Instantly share code, notes, and snippets.

View trentnbauer's full-sized avatar

Trent trentnbauer

View GitHub Profile
@trentnbauer
trentnbauer / cloudflaretunnel.yml
Created July 21, 2023 03:32
My compose file for a Cloudflare Tunnel. Please fill the $KEY variable
version: "3"
services:
app:
image: cloudflare/cloudflared:2023.7.1
restart: unless-stopped
network_mode: host
command: tunnel run -token $KEY
@trentnbauer
trentnbauer / panel.yml
Last active July 21, 2023 02:19
Pterodactyl Panel
version: '3.8'
services:
database:
image: mariadb:10.5
restart: always
command: --default-authentication-plugin=mysql_native_password
volumes:
- db:/var/lib/mysql
networks:
- panel