aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.dev.yml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-26 17:54:57 -0800
committerFuwn <[email protected]>2026-02-26 17:54:57 -0800
commit6127f7af68c99541071dddcf35062559043786a7 (patch)
treed4dd67b464849203ee7f89a6a11cbaac13503fbf /docker-compose.dev.yml
parentchore: add prometheus scrape configuration (diff)
downloadplutia-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.yml7
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