|
@ -1,13 +1,13 @@ |
|
|
|
|
|
|
|
|
services: |
|
|
services: |
|
|
|
|
|
|
|
|
rust-proto-fastapi-server: |
|
|
|
|
|
|
|
|
tf-fastapi-server: |
|
|
|
|
|
|
|
|
build: ../build/rust-proto-fastapi-server |
|
|
|
|
|
container_name: rust-proto-fastapi-server |
|
|
|
|
|
|
|
|
build: ../build/tf-fastapi-server |
|
|
|
|
|
container_name: tf-fastapi-server |
|
|
restart: always |
|
|
restart: always |
|
|
volumes: |
|
|
volumes: |
|
|
- ../build/rust-proto-fastapi-server/Prototyp:/home/pluritonian/Prototyp |
|
|
|
|
|
|
|
|
- ../build/tf-fastapi-server/Prototyp:/home/pluritonian/Prototyp |
|
|
deploy: |
|
|
deploy: |
|
|
resources: |
|
|
resources: |
|
|
reservations: |
|
|
reservations: |
|
@ -16,12 +16,12 @@ services: |
|
|
networks: |
|
|
networks: |
|
|
- protoRustNet |
|
|
- protoRustNet |
|
|
|
|
|
|
|
|
deb-rust-proto-interface: |
|
|
|
|
|
build: ../build/deb-rust-proto-interface |
|
|
|
|
|
container_name: deb-rust-proto-interface |
|
|
|
|
|
|
|
|
deb-rust-interface: |
|
|
|
|
|
build: ../build/deb-rust-interface |
|
|
|
|
|
container_name: deb-rust-interface |
|
|
restart: always |
|
|
restart: always |
|
|
volumes: |
|
|
volumes: |
|
|
- ../build/deb-rust-proto-interface/rust-proto-interface:/opt/rust-proto-interface |
|
|
|
|
|
|
|
|
- ../build/deb-rust-interface/rust-proto-interface:/opt/rust-proto-interface |
|
|
environment: |
|
|
environment: |
|
|
- RUST_BACKTRACE=full |
|
|
- RUST_BACKTRACE=full |
|
|
ports: |
|
|
ports: |
|
|