update ci-cd

This commit is contained in:
vorpax
2026-02-02 10:41:56 +01:00
parent e230e431cf
commit 14b1292de5
3 changed files with 75 additions and 7 deletions

View File

@@ -1,9 +1,12 @@
services:
app:
image: node:lts
ports:
- 4321:4321
working_dir: /app
command: npm run dev -- --host 0.0.0.0
volumes:
- ./:/app
build: .
restart: unless-stopped
expose:
- 80
networks:
- public
networks:
public:
name: public
external: true