Skip to content

Commit

Permalink
Create docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Feb 12, 2020
1 parent 5ac3ba7 commit 17546e5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/docker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Docker Client and Server

Its very common to dockerize the client and server so its fast and does not require any additional installations.

## Docker Compose

```yaml
unglueserver:
image: unglue/server
ports:
- "3000:3000"
unglueclient:
image: unglue/client
volumes:
- ./:/app
```

0 comments on commit 17546e5

Please sign in to comment.