wicked-waifus-rs/docker-compose-hotpatch.yml

13 lines
350 B
YAML
Raw Normal View History

2024-11-02 23:27:17 +00:00
name: wicked-waifus-ps
services:
2024-11-02 23:27:17 +00:00
wicked-waifus-hotpatch-server:
image: wicked-waifus-hotpatch-server:1.4.0-SNAPSHOT
depends_on:
2024-11-02 23:27:17 +00:00
wicked-waifus-postgres:
condition: service_healthy
ports:
- '10002:10002'
volumes:
- "./docker/hotpatch.toml:/app/hotpatch.toml"
- "./assets/hotpatch:/app/assets/hotpatch"