Dockerize gather
This commit is contained in:
9
gather/docker-compose.yml
Normal file
9
gather/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
warframe-center-gather:
|
||||
image: git.radner.ru/anatolykopyl/warframe-center-gather:latest
|
||||
container_name: warframe-center-gather
|
||||
working_dir: /usr/node/app
|
||||
command: >
|
||||
sh -c "node src/index.js"
|
||||
Reference in New Issue
Block a user