This reverts commit 4f88a85ccb
.
This commit is contained in:
parent
4f88a85ccb
commit
d373f44ca1
12 changed files with 27 additions and 654 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:
|
||||
- ./.env:/usr/src/app/.env:ro
|
||||
environment:
|
||||
- NODE_ENV=production
|
Loading…
Add table
Add a link
Reference in a new issue