This commit is contained in:
payacom
2026-07-16 21:31:59 +03:30
parent 58314d0ab5
commit 17f334d0f1
14 changed files with 467 additions and 192 deletions

View File

@@ -6,10 +6,11 @@ services:
container_name: modstagram-next
restart: unless-stopped
ports:
- "3004:3000"
- "3001:3001"
environment:
- NODE_ENV=production
- HOST=0.0.0.0
- PORT=3001
volumes:
- ./:/app
- /app/node_modules