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

version: '3.1'
services:
rust-proto-fastapi-server:
build: ../build/rust-proto-fastapi-server
container_name: rust-proto-fastapi-server
restart: always
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
environment:
- RUST_BACKTRACE=full
ports:
- "127.0.0.1:1030:7050"
networks:
- protoRustNet
networks:
protoRustNet:
driver: bridge