Initial v2

This commit is contained in:
Gareth Latty
2019-06-22 04:37:15 +01:00
parent 9b74f7ed4a
commit dcdf011304
379 changed files with 36123 additions and 10481 deletions
+19
View File
@@ -0,0 +1,19 @@
version: "3"
networks:
internal:
services:
server:
image: "massivedecks/server:latest"
networks:
- internal
restart: unless-stopped
client:
image: "massivedecks/client:latest"
ports:
- "8080:8080"
networks:
- internal
restart: unless-stopped