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

10 lines
182 B
YAML
Raw Normal View History

2020-05-06 15:26:09 +00:00
version: '3'
services:
client:
build: client
ports:
- "8000:80"
websocket:
build: server
ports:
- "8001:8000"