portainer-stacks/webhosting.yaml

25 lines
453 B
YAML

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