changed naming of docker container
This commit is contained in:
parent
8336d73f50
commit
8004468a45
1 changed files with 8 additions and 8 deletions
|
@ -1,13 +1,13 @@
|
|||
|
||||
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
|
||||
volumes:
|
||||
- ../build/rust-proto-fastapi-server/Prototyp:/home/pluritonian/Prototyp
|
||||
- ../build/tf-fastapi-server/Prototyp:/home/pluritonian/Prototyp
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
|
@ -16,12 +16,12 @@ services:
|
|||
networks:
|
||||
- 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
|
||||
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:
|
||||
- RUST_BACKTRACE=full
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue