mirror of
https://github.com/TwiN/gatus.git
synced 2026-02-05 09:48:48 +00:00
Add example for sqlite
This commit is contained in:
9
example/docker-compose-sqlite-storage/docker-compose.yml
Normal file
9
example/docker-compose-sqlite-storage/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
gatus:
|
||||
image: twinproduction/gatus:latest
|
||||
ports:
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- ./config.yaml:/config/config.yaml
|
||||
- ./data:/data/
|
||||
Reference in New Issue
Block a user