|
|
- version: "3.4"
-
- services:
- deb-rust-rocket:
- container_name: "deb-rust-rocket"
- command: cargo watch -x 'run --bin rocket-3d'
- build:
- dockerfile: Dockerfile
- context: ../build/deb-rust
- cache_from:
- - rustlang/rust:nightly
- networks:
- - library-network
- tty: true
- wq
- volumes:
- - type: bind
- source: ./
- target: /usr/src
- ports:
- - "5000:5000"
|