13 lines
No EOL
367 B
YAML
13 lines
No EOL
367 B
YAML
name: wicked-waifus-ps
|
|
|
|
services:
|
|
wicked-waifus-hotpatch-server:
|
|
image: wicked-waifus-hotpatch-server:2.1.0-SNAPSHOT
|
|
depends_on:
|
|
wicked-waifus-postgres:
|
|
condition: service_healthy
|
|
ports:
|
|
- '10002:10002'
|
|
volumes:
|
|
- "./data/docker/hotpatch.toml:/app/hotpatch.toml"
|
|
- "./data/assets/hotpatch-server:/app/assets/hotpatch" |