Added docker-related files

This commit is contained in:
Alejandro Celaya
2018-06-17 08:04:53 +02:00
parent b008c37a5b
commit 853212b419
6 changed files with 7961 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
version: '3'
services:
shlink_web_client_node:
container_name: shlink_web_client_node
build:
context: .
dockerfile: ./Dockerfile
volumes:
- ./:/home/shlink/www
ports:
- "3000:3000"
- "56745:56745"