Add webhosting

master
Dex Burgess 2023-10-29 05:40:25 +00:00
parent 172c340acb
commit 78af832418
1 changed files with 24 additions and 0 deletions

24
webhosting Normal file
View File

@ -0,0 +1,24 @@
version: '3.9'
services:
cloudflare-webhosting:
image: cloudflare/cloudflared:latest
restart: unless-stopped
command: tunnel run
environment:
- TUNNEL_TOKEN=$TUNNEL_TOKEN
ss_website:
container_name: ss_website
image: ss_website
restart: always
ports:
- 3000:3000
build:
context: /dockers/ss_website
dockerfile: Dockerfile
networks:
webhosting:
external: true
name: webhosting