docker/docs: dockerize and add+modify documentation
This commit is contained in:
parent
62e7a1393b
commit
429e89bf1d
4 changed files with 78 additions and 2 deletions
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
kowalski:
|
||||
build: .
|
||||
container_name: kowalski
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./config.env:/usr/src/app/config.env:ro
|
||||
environment:
|
||||
- NODE_ENV=production
|
Loading…
Add table
Add a link
Reference in a new issue