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

services:
rust-proto-fastapi-server:
build: ../build/rust-proto-fastapi-server
container_name: rust-proto-fastapi-server
restart: always
volumes:
- ../build/rust-proto-fastapi-server/Prototyp:/home/pluritonian/Prototyp
deploy:
resources:
reservations:
devices:
- capabilities: [gpu]
networks:
- protoRustNet
deb-rust-proto-interface:
build: ../build/deb-rust-proto-interface
container_name: deb-rust-proto-interface
restart: always
volumes:
- ../build/deb-rust-proto-interface/rust-proto-interface:/opt/rust-proto-interface
environment:
- RUST_BACKTRACE=full
ports:
- "127.0.0.1:1030:7050"
networks:
- protoRustNet
networks:
protoRustNet:
driver: bridge