feat: docker for production deployment
This commit is contained in:
20
compose.yml
Normal file
20
compose.yml
Normal file
@ -0,0 +1,20 @@
|
||||
services:
|
||||
logidex-id-frontend:
|
||||
image: git.logidex.ru/aserbin/logidex-id-frontend:latest
|
||||
container_name: logidex-id-frontend
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
ports:
|
||||
- "3001:3000"
|
||||
restart: unless-stopped
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: "1.0"
|
||||
memory: "500m"
|
||||
networks:
|
||||
- logidex-id-network
|
||||
|
||||
networks:
|
||||
logidex-id-network:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user