From 5f74161279cd1a6fdec395c9e86c475c08055e91 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sat, 21 Oct 2023 13:30:31 -0400 Subject: [PATCH] yamllint fixes --- .forgejo/workflows/lint.yaml | 2 +- NGINX Proxy Manager/Database/docker-compose.yml | 8 ++++---- NGINX Proxy Manager/Local/docker-compose.yml | 8 ++++---- Revolt/docker-compose.yml | 6 +++--- TidalStream (Zipline)/docker-compose.yml | 8 ++++---- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.forgejo/workflows/lint.yaml b/.forgejo/workflows/lint.yaml index 9ccc0b9..4ed871b 100644 --- a/.forgejo/workflows/lint.yaml +++ b/.forgejo/workflows/lint.yaml @@ -1,5 +1,5 @@ name: Docker Compose Linter -on: [push] # yamllint disable-line rule:truthy +on: [push] # yamllint disable-line rule:truthy jobs: Docker Compose Linter: runs-on: docker diff --git a/NGINX Proxy Manager/Database/docker-compose.yml b/NGINX Proxy Manager/Database/docker-compose.yml index 756a441..13c2cdc 100644 --- a/NGINX Proxy Manager/Database/docker-compose.yml +++ b/NGINX Proxy Manager/Database/docker-compose.yml @@ -6,11 +6,11 @@ services: network_mode: bridge ports: # These ports are in format : - - '80:80' # Public HTTP Port - - '443:443' # Public HTTPS Port - - '81:81' # Admin Web Port + - '80:80' # Public HTTP Port + - '443:443' # Public HTTPS Port + - '81:81' # Admin Web Port # Add any other Stream port you want to expose - # - '21:21' # FTP + # - '21:21' # FTP environment: # MySQL/MariaDB connection parameters: diff --git a/NGINX Proxy Manager/Local/docker-compose.yml b/NGINX Proxy Manager/Local/docker-compose.yml index 718fb6b..a2531d0 100644 --- a/NGINX Proxy Manager/Local/docker-compose.yml +++ b/NGINX Proxy Manager/Local/docker-compose.yml @@ -6,11 +6,11 @@ services: network_mode: bridge ports: # These ports are in format : - - '80:80' # Public HTTP Port - - '443:443' # Public HTTPS Port - - '81:81' # Admin Web Port + - '80:80' # Public HTTP Port + - '443:443' # Public HTTPS Port + - '81:81' # Admin Web Port # Add any other Stream port you want to expose - # - '21:21' # FTP + # - '21:21' # FTP # Uncomment the next line if you uncomment anything in the section # environment: diff --git a/Revolt/docker-compose.yml b/Revolt/docker-compose.yml index 7af27d6..a326f5d 100644 --- a/Revolt/docker-compose.yml +++ b/Revolt/docker-compose.yml @@ -32,9 +32,9 @@ services: ports: - "1234:80" # Change the port allocations to the following if you want to reverse proxy with this Caddy container: - #ports: - #- "80:80" - #- "443:443" + # ports: + # - "80:80" + # - "443:443" volumes: - ./Caddyfile:/etc/caddy/Caddyfile - ./data/caddy-data:/data diff --git a/TidalStream (Zipline)/docker-compose.yml b/TidalStream (Zipline)/docker-compose.yml index 01371fe..ab5f0ab 100644 --- a/TidalStream (Zipline)/docker-compose.yml +++ b/TidalStream (Zipline)/docker-compose.yml @@ -42,14 +42,14 @@ services: # Website configuration - WEBSITE_TITLE=TidalStream - - MFA_TOTP_ENABLED=true # Enables 2 Factor Authentication - - EXIF_ENABLED=true # Enables Exiftool metadata, see https://zipline.diced.sh/docs/config/exif + - MFA_TOTP_ENABLED=true # Enables 2 Factor Authentication + - EXIF_ENABLED=true # Enables Exiftool metadata, see https://zipline.diced.sh/docs/config/exif # Uncomment this line if you want GPS metadata to be automatically removed: # - EXIF_REMOVE_GPS=true - OAUTH_DISCORD_CLIENT_ID=changeme - OAUTH_DISCORD_CLIENT_SECRET=changeme - - FEATURES_OAUTH_REGISTRATION=true # Allows users to register using an OAuth provider, see https://zipline.diced.sh/docs/config/oauth - - FEATURES_OAUTH_LOGIN_ONLY=true # Allows users to log into their accounts using an OAuth provider, but disallows registration + - FEATURES_OAUTH_REGISTRATION=true # Allows users to register using an OAuth provider, see https://zipline.diced.sh/docs/config/oauth + - FEATURES_OAUTH_LOGIN_ONLY=true # Allows users to log into their accounts using an OAuth provider, but disallows registration # Discord webhook configuration - DISCORD_URL=changeme