This commit is contained in:
2026-05-25 09:12:22 +03:30
parent 19e53d4b97
commit aae6a4b49b
13 changed files with 4770 additions and 48 deletions
+17
View File
@@ -0,0 +1,17 @@
services:
web:
build:
context: .
dockerfile: Dockerfile
image: pasargad-bricks:latest
container_name: pasargad-bricks
restart: unless-stopped
ports:
- "5000:5000"
environment:
NODE_ENV: production
PORT: 5000
env_file:
- .env
volumes:
- ./data/contactMessages.json:/app/data/contactMessages.json