docker-compose.yml 282 B

1234567891011121314
  1. services:
  2. sorawm_server:
  3. build:
  4. context: .
  5. dockerfile: Dockerfile
  6. image: sorawm_server:prod
  7. container_name: sorawm_server
  8. working_dir: /app
  9. ports:
  10. - "5344:5344"
  11. - "8503:8503"
  12. volumes:
  13. - .:/app
  14. command: /app/sorawm_start.sh