This repository has been archived on 2021-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
2020-coding-projects/uno/docker-compose.yml
2020-05-06 17:26:09 +02:00

10 lines
182 B
YAML

version: '3'
services:
client:
build: client
ports:
- "8000:80"
websocket:
build: server
ports:
- "8001:8000"