This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
spadinastan/services/bastion/docker-compose.yml

16 lines
336 B
YAML

version: '3.7'
services:
tunnel:
# Last updated: 4/7/2023
image: cloudflare/cloudflared:1414-cb4bd8d06572
command: tunnel run
restart: always
env_file:
# The secrets.env file is expected to contain
# the TUNNEL_TOKEN value from Cloudflare.
- secrets.env
networks:
default:
name: internal