diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index fddc52a..0000000 --- a/docker-compose.yml +++ /dev/null @@ -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" \ No newline at end of file