This commit is contained in:
deonisii
2026-04-17 03:15:47 +03:00
commit d769ac602b
29 changed files with 8242 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
workparking:
build: .
container_name: workparking
restart: unless-stopped
environment:
NODE_ENV: production
PORT: 3000
HOSTNAME: 0.0.0.0
ports:
- "127.0.0.1:3001:3000"