lab-ansible/roles/apps/templates/compose-files/snowflake.yml.j2

11 lines
223 B
Plaintext
Raw Normal View History

2023-12-29 18:07:08 +00:00
{# code: language=ansible-jinja #}
# THIS FILE IS MANAGED BY ANSIBLE
version: "3.8"
services:
proxy:
image: thetorproject/snowflake-proxy:{{ apps_vars.snowflake.version }}
restart: always
network_mode: host