diff options
| author | Fuwn <[email protected]> | 2026-02-26 17:54:57 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-26 17:54:57 -0800 |
| commit | 6127f7af68c99541071dddcf35062559043786a7 (patch) | |
| tree | d4dd67b464849203ee7f89a6a11cbaac13503fbf /docker-compose.dev.yml | |
| parent | chore: add prometheus scrape configuration (diff) | |
| download | plutia-test-6127f7af68c99541071dddcf35062559043786a7.tar.xz plutia-test-6127f7af68c99541071dddcf35062559043786a7.zip | |
chore: update docker and compose development setup
Diffstat (limited to 'docker-compose.dev.yml')
| -rw-r--r-- | docker-compose.dev.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml new file mode 100644 index 0000000..8f3a93d --- /dev/null +++ b/docker-compose.dev.yml @@ -0,0 +1,7 @@ +services: + plutia: + command: ["serve", "--config=/etc/plutia/config.yaml", "--max-ops=2000"] + build: . + image: plutia:local + volumes: + - ./config.dev.yaml:/etc/plutia/config.yaml:ro |