* refactor(docker): Rename compose files * refactor(docker): Remove obsolete version attribute
9 lines
177 B
YAML
9 lines
177 B
YAML
services:
|
|
gatus:
|
|
image: twinproduction/gatus:latest
|
|
ports:
|
|
- "8080:8080"
|
|
environment:
|
|
- GATUS_CONFIG_PATH=/config
|
|
volumes:
|
|
- ./config:/config |