mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2026-06-14 07:36:53 +00:00
Füge Konfigurationsdateien für Gatus, Mosquitto, Postgres und MeshDash hinzu; aktualisiere Moodle-Umgebungsvariablen und erstelle Webstack-Dokumentation
This commit is contained in:
21
gatus/compose.yml
Normal file
21
gatus/compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
# https://github.com/TwiN/gatus/blob/master/.examples/docker-compose/docker-compose.yml
|
||||
|
||||
#
|
||||
|
||||
name: gatus
|
||||
|
||||
services:
|
||||
gatus:
|
||||
image: twinproduction/gatus:latest
|
||||
container_name: gatus
|
||||
ports:
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- ./config:/config
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user