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/Dockerfile-bastion
Marc Cataford 57a2b02c74
infra: remove docker compose dependency (#28)
* infra(techdebt): migrate bastion, deluge to not use compose

* infra: migrate plex, move env files out of repository path

* infra: migrate bitwarden

* infra: add version tagging

* chore: linting + docs
2023-09-04 14:22:53 -04:00

7 lines
121 B
Text

FROM cloudflare/cloudflared:1414-cb4bd8d06572
ARG TUNNEL_SECRET
ENV TUNNEL_TOKEN=$TUNNEL_SECRET
CMD ["tunnel", "run"]