- services:
- sorawm_server:
- build:
- context: .
- dockerfile: Dockerfile
- image: sorawm_server::${IMAGE_TAG:-latest}
- container_name: sorawm_server
- working_dir: /app
- ports:
- - "5344:5344"
- - "8503:8503"
- volumes:
- - .:/app
- environment:
- - UV_LINK_MODE=copy
- command: /app/sorawm_start.sh
|