Skip to content

Commit

Permalink
feat new docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
lroffia committed Nov 28, 2024
1 parent d0eea98 commit f20f214
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: '3'

services:
engine:
image: vaimeedock/sepa:0.20
environment:
- JMX_HOST="engine"
ports:
- 7099:7099
expose:
- 7099
deploy:
placement:
constraints:
- node.hostname == dld

0 comments on commit f20f214

Please sign in to comment.