diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2021-04-11 06:51:00 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-11 06:51:00 +1000 |
| commit | d33d6c2f00bf7dbd63f4a3639b085f04550dbf2c (patch) | |
| tree | 3b4eeac64cfa54d7124357eac51b684b7b493b0d /internal/suites/example/compose/postgres | |
| parent | ad7808d43067a503751ad829ce6cfe9343ecbe20 (diff) | |
ci: add yamllint (#1895)
This change implements yamllint and adjusts all yaml files to abide by our linting setup. This excludes config.template.yml as this will be done in an alternate commit.
Diffstat (limited to 'internal/suites/example/compose/postgres')
| -rw-r--r-- | internal/suites/example/compose/postgres/docker-compose.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/internal/suites/example/compose/postgres/docker-compose.yml b/internal/suites/example/compose/postgres/docker-compose.yml index 7a3385adb..9e16b4ef9 100644 --- a/internal/suites/example/compose/postgres/docker-compose.yml +++ b/internal/suites/example/compose/postgres/docker-compose.yml @@ -1,3 +1,4 @@ +--- version: "3" services: postgres: @@ -7,4 +8,5 @@ services: - POSTGRES_USER=admin - POSTGRES_DB=authelia networks: - - authelianet
\ No newline at end of file + - authelianet +... |
