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

@@ -0,0 +1,22 @@
services:
gatus:
container_name: gatus
image: twinproduction/gatus:latest
ports:
- "8080:8080"
volumes:
- ./config:/config
networks:
- default
mattermost:
container_name: mattermost
image: mattermost/mattermost-preview:5.26.0
ports:
- "8065:8065"
networks:
- default
networks:
default:
driver: bridge