2024-11-02 23:27:17 +00:00
|
|
|
name: wicked-waifus-ps
|
2024-10-19 12:57:25 +00:00
|
|
|
|
|
|
|
services:
|
2024-11-02 23:27:17 +00:00
|
|
|
wicked-waifus-hotpatch-server:
|
2025-01-22 02:12:44 +00:00
|
|
|
image: wicked-waifus-hotpatch-server:2.1.0-SNAPSHOT
|
2024-10-19 12:57:25 +00:00
|
|
|
depends_on:
|
2024-11-02 23:27:17 +00:00
|
|
|
wicked-waifus-postgres:
|
2024-10-19 12:57:25 +00:00
|
|
|
condition: service_healthy
|
|
|
|
ports:
|
|
|
|
- '10002:10002'
|
|
|
|
volumes:
|
2025-01-22 02:12:44 +00:00
|
|
|
- "./data/docker/hotpatch.toml:/app/hotpatch.toml"
|
|
|
|
- "./data/assets/hotpatch-server:/app/assets/hotpatch"
|