Kinda dumb, docker is a non-option lol

This commit is contained in:
Christopher Cookman 2025-01-25 09:29:13 -07:00
parent 14435d2345
commit db3cff0aa0

View file

@ -1,15 +0,0 @@
services:
nodejs:
image: node:latest
container_name: nodejs_app
network_mode: host
restart: on-failure
deploy:
restart_policy:
condition: on-failure
max_attempts: 3
window: 3600s
volumes:
- .:/app
working_dir: /app
command: sh -c "npm install && npm start"