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