@@ -6,11 +6,16 @@ services:
|
||||
environment:
|
||||
PORT: "3000"
|
||||
LOG_LEVEL: info
|
||||
DATABASE_PATH: /data/stellar.sqlite
|
||||
ports:
|
||||
- "8080:3000"
|
||||
volumes:
|
||||
- stellar-data:/data
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--spider", "-q", "http://localhost:3000/healthz"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
||||
volumes:
|
||||
stellar-data:
|
||||
|
||||
Reference in New Issue
Block a user