From 1be234fc8bdff42e1c2978967f14ca3bf20d6179 Mon Sep 17 00:00:00 2001 From: Opnxng Date: Sat, 15 Jun 2024 11:48:21 +0800 Subject: [PATCH] Removed 4get --- templates/compose/4get.yaml.j2 | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 templates/compose/4get.yaml.j2 diff --git a/templates/compose/4get.yaml.j2 b/templates/compose/4get.yaml.j2 deleted file mode 100644 index 32bca28..0000000 --- a/templates/compose/4get.yaml.j2 +++ /dev/null @@ -1,27 +0,0 @@ -# {{ ansible_managed }} -version: "3.8" -services: - 4get: - image: git.opnxng.com/opnxng/4get:latest - container_name: 4get - security_opt: - - no-new-privileges - cap_drop: - - ALL - environment: - - PUID=1000 - - PGID=1000 - - TZ=Asia/Singapore - - FOURGET_SERVER_NAME=4g.opnxng.com - - FOURGET_SERVER_ADMIN_EMAIL=opnxng@tuta.io - volumes: - - {{ docker_dir }}/4get/config.php:/data/config.php - #restart: unless-stopped - ports: - - '8907:80' - networks: - - 4get - -networks: - 4get: - name: 4get