2025-04-15 16:33:03 +03:00
|
|
|
version: "3.3"
|
2025-04-10 17:56:38 +03:00
|
|
|
|
|
|
|
services:
|
|
|
|
calmerge:
|
|
|
|
build: .
|
|
|
|
ports:
|
2025-04-15 16:33:03 +03:00
|
|
|
- "3012:3012"
|
2025-04-10 17:56:38 +03:00
|
|
|
environment:
|
|
|
|
- NODE_ENV=production
|
2025-04-15 16:33:03 +03:00
|
|
|
- NODE_PORT=3012
|
2025-04-10 17:56:38 +03:00
|
|
|
volumes:
|
|
|
|
- ./calendar:/app/calendar
|
|
|
|
- ./logs:/app/logs
|
2025-04-15 16:33:03 +03:00
|
|
|
restart: unless-stopped
|