ScuttleBot

scuttlebot / deploy / compose / docker-compose.override.yml
Source Blame History 25 lines
2d8a379… lmata 1 # docker-compose.override.yml — local dev overrides.
2d8a379… lmata 2 # This file is applied automatically when you run `docker compose up`.
2d8a379… lmata 3 # Exposes additional ports and loosens settings for local development.
2d8a379… lmata 4
2d8a379… lmata 5 services:
2d8a379… lmata 6
2d8a379… lmata 7 postgres:
2d8a379… lmata 8 ports:
2d8a379… lmata 9 - "5432:5432"
2d8a379… lmata 10
2d8a379… lmata 11 ergo:
2d8a379… lmata 12 # Expose the ergo HTTP management API locally for debugging.
2d8a379… lmata 13 ports:
2d8a379… lmata 14 - "8089:8089"
2d8a379… lmata 15 environment:
2d8a379… lmata 16 # Cheap bcrypt for local dev (already set in template default, just documenting).
2d8a379… lmata 17 ERGO_HISTORY_ENABLED: "false"
2d8a379… lmata 18
2d8a379… lmata 19 scuttlebot:
2d8a379… lmata 20 # Rebuild image on every `docker compose up` for local dev.
2d8a379… lmata 21 build:
2d8a379… lmata 22 target: builder
2d8a379… lmata 23 environment:
2d8a379… lmata 24 # Verbose logging in dev.
2d8a379… lmata 25 SCUTTLEBOT_LOG_LEVEL: debug

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button