Dockerization
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
nerdo-webcam:
|
||||
image: git.radner.ru/anatolykopyl/flexpatrol-ru-form-handler:latest
|
||||
container_name: flexpatrol-ru-form-handler
|
||||
working_dir: /usr/node/app
|
||||
ports:
|
||||
- "3002:3000"
|
||||
command: >
|
||||
sh -c "bun run index.ts"
|
||||
Reference in New Issue
Block a user