xavo95
85fbc933ba
Any question from anyone trying to run from this commit will be ignored and blocked.
13 lines
No EOL
330 B
YAML
13 lines
No EOL
330 B
YAML
name: camellya-ps
|
|
|
|
services:
|
|
camellya-hotpatch-server:
|
|
image: camellya-hotpatch-server:1.3.0-SNAPSHOT
|
|
depends_on:
|
|
camellya-postgres:
|
|
condition: service_healthy
|
|
ports:
|
|
- '10002:10002'
|
|
volumes:
|
|
- "./docker/hotpatch.toml:/app/hotpatch.toml"
|
|
- "./assets/hotpatch:/app/assets/hotpatch" |