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.

33 lines
1015 B

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