mirror of
https://github.com/TwiN/gatus.git
synced 2026-02-04 15:49:43 +00:00
* refactor(docker): Rename compose files * refactor(docker): Remove obsolete version attribute
9 lines
149 B
YAML
9 lines
149 B
YAML
services:
|
|
gatus:
|
|
image: twinproduction/gatus:latest
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- ./config:/config
|
|
- ./data:/data/
|