yamllint fixes
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 4s

This commit is contained in:
Seaswimmer 2023-10-21 13:30:31 -04:00
parent 6aa87f5bf5
commit 5f74161279
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8
5 changed files with 16 additions and 16 deletions

View file

@ -1,5 +1,5 @@
name: Docker Compose Linter name: Docker Compose Linter
on: [push] # yamllint disable-line rule:truthy on: [push] # yamllint disable-line rule:truthy
jobs: jobs:
Docker Compose Linter: Docker Compose Linter:
runs-on: docker runs-on: docker

View file

@ -6,11 +6,11 @@ services:
network_mode: bridge network_mode: bridge
ports: ports:
# These ports are in format <host-port>:<container-port> # These ports are in format <host-port>:<container-port>
- '80:80' # Public HTTP Port - '80:80' # Public HTTP Port
- '443:443' # Public HTTPS Port - '443:443' # Public HTTPS Port
- '81:81' # Admin Web Port - '81:81' # Admin Web Port
# Add any other Stream port you want to expose # Add any other Stream port you want to expose
# - '21:21' # FTP # - '21:21' # FTP
environment: environment:
# MySQL/MariaDB connection parameters: # MySQL/MariaDB connection parameters:

View file

@ -6,11 +6,11 @@ services:
network_mode: bridge network_mode: bridge
ports: ports:
# These ports are in format <host-port>:<container-port> # These ports are in format <host-port>:<container-port>
- '80:80' # Public HTTP Port - '80:80' # Public HTTP Port
- '443:443' # Public HTTPS Port - '443:443' # Public HTTPS Port
- '81:81' # Admin Web Port - '81:81' # Admin Web Port
# Add any other Stream port you want to expose # 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 # Uncomment the next line if you uncomment anything in the section
# environment: # environment:

View file

@ -32,9 +32,9 @@ services:
ports: ports:
- "1234:80" - "1234:80"
# Change the port allocations to the following if you want to reverse proxy with this Caddy container: # Change the port allocations to the following if you want to reverse proxy with this Caddy container:
#ports: # ports:
#- "80:80" # - "80:80"
#- "443:443" # - "443:443"
volumes: volumes:
- ./Caddyfile:/etc/caddy/Caddyfile - ./Caddyfile:/etc/caddy/Caddyfile
- ./data/caddy-data:/data - ./data/caddy-data:/data

View file

@ -42,14 +42,14 @@ services:
# Website configuration # Website configuration
- WEBSITE_TITLE=TidalStream - WEBSITE_TITLE=TidalStream
- MFA_TOTP_ENABLED=true # Enables 2 Factor Authentication - MFA_TOTP_ENABLED=true # Enables 2 Factor Authentication
- EXIF_ENABLED=true # Enables Exiftool metadata, see https://zipline.diced.sh/docs/config/exif - 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: # Uncomment this line if you want GPS metadata to be automatically removed:
# - EXIF_REMOVE_GPS=true # - EXIF_REMOVE_GPS=true
- OAUTH_DISCORD_CLIENT_ID=changeme - OAUTH_DISCORD_CLIENT_ID=changeme
- OAUTH_DISCORD_CLIENT_SECRET=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_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_LOGIN_ONLY=true # Allows users to log into their accounts using an OAuth provider, but disallows registration
# Discord webhook configuration # Discord webhook configuration
- DISCORD_URL=changeme - DISCORD_URL=changeme