docker-compose.yml 342 B

12345678910111213141516
  1. services:
  2. sorawm_server:
  3. build:
  4. context: .
  5. dockerfile: Dockerfile
  6. image: sorawm_server::${IMAGE_TAG:-latest}
  7. container_name: sorawm_server
  8. working_dir: /app
  9. ports:
  10. - "5344:5344"
  11. - "8503:8503"
  12. volumes:
  13. - .:/app
  14. environment:
  15. - UV_LINK_MODE=copy
  16. command: /app/sorawm_start.sh