wasm-rdp/docker-compose.yml

20 lines
315 B
YAML
Raw Permalink Normal View History

2024-05-08 14:56:40 +00:00
version: '3'
services:
websockify:
build:
context: ./websockify
command: ["${HOSTNAME}", "${PORT}"]
ports:
- 8081:8081
env_file:
- ./.env
filegateway:
build:
context: ./filegateway
command: ["${HOSTNAME}"]
ports:
- 8082:8082
env_file:
- ./.env