refactor(docker): Update compose files (#1409)

* refactor(docker): Rename compose files

* refactor(docker): Remove obsolete version attribute
This commit is contained in:
PythonGermany
2025-12-02 02:15:46 +01:00
committed by GitHub
parent a2a7e1f14a
commit c5f7e5b82b
7 changed files with 0 additions and 6 deletions

View File

@@ -1,4 +1,3 @@
version: "3.9"
services: services:
gatus: gatus:
container_name: gatus container_name: gatus

View File

@@ -1,4 +1,3 @@
version: "3.9"
services: services:
nginx: nginx:
image: nginx:stable image: nginx:stable

View File

@@ -1,4 +1,3 @@
version: "3.8"
services: services:
gatus: gatus:
image: twinproduction/gatus:latest image: twinproduction/gatus:latest

View File

@@ -1,4 +1,3 @@
version: "3.9"
services: services:
postgres: postgres:
image: postgres image: postgres

View File

@@ -1,4 +1,3 @@
version: "3.9"
services: services:
gatus: gatus:
image: twinproduction/gatus:latest image: twinproduction/gatus:latest

View File

@@ -1,4 +1,3 @@
version: "3.8"
services: services:
gatus: gatus:
image: twinproduction/gatus:latest image: twinproduction/gatus:latest