diff options
| author | RATDAD <lambda@disroot.org> | 2026-02-15 17:02:20 -0500 |
|---|---|---|
| committer | RATDAD <lambda@disroot.org> | 2026-02-15 17:02:20 -0500 |
| commit | e82c1c7ab7c63d584a4ba1a89f86732717aec4f3 (patch) | |
| tree | 379c607401ce754921e22a7fe7ecc6a1e0f36f4c /stacks/auth/compose.cache.yml | |
| parent | a3f074fc780747f0cedfb8184502fc8e8834457a (diff) | |
| download | rd-cloud-e82c1c7ab7c63d584a4ba1a89f86732717aec4f3.tar.gz rd-cloud-e82c1c7ab7c63d584a4ba1a89f86732717aec4f3.tar.bz2 rd-cloud-e82c1c7ab7c63d584a4ba1a89f86732717aec4f3.zip | |
Updated Authelia container template; added helper scripts
Diffstat (limited to 'stacks/auth/compose.cache.yml')
| -rw-r--r-- | stacks/auth/compose.cache.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/stacks/auth/compose.cache.yml b/stacks/auth/compose.cache.yml deleted file mode 100644 index 4c7727a..0000000 --- a/stacks/auth/compose.cache.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: ${_STACK_1} - -networks: - net: - name: ${_NET_0} - external: true - -services: - servicename: - container_name: ${_CONTAINER_1} - image: redis:latest - restart: unless-stopped - env_file: - - .env - networks: - - net - expose: - - 6379 |
