Automated translation of german into "Leichte Sprache"
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.2 KiB

3 weeks ago
3 weeks ago
3 weeks ago
  1. services:
  2. rust-proto-fastapi-server:
  3. build: ../build/rust-proto-fastapi-server
  4. container_name: rust-proto-fastapi-server
  5. restart: always
  6. volumes:
  7. - ../build/rust-proto-fastapi-server/Prototyp:/home/pluritonian/Prototyp
  8. deploy:
  9. resources:
  10. reservations:
  11. devices:
  12. - capabilities: [gpu]
  13. networks:
  14. - protoRustNet
  15. deb-rust-proto-interface:
  16. build: ../build/deb-rust-proto-interface
  17. container_name: deb-rust-proto-interface
  18. restart: always
  19. volumes:
  20. - ../build/deb-rust-proto-interface/rust-proto-interface:/opt/rust-proto-interface
  21. environment:
  22. - RUST_BACKTRACE=full
  23. ports:
  24. - "127.0.0.1:1030:7050"
  25. networks:
  26. - protoRustNet
  27. networks:
  28. protoRustNet:
  29. driver: bridge