first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
schedule-task-manager:
|
||||
build: .
|
||||
container_name: schedule-task-manager
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${HOST_PORT:-3000}:3000"
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
PORT: 3000
|
||||
NODE_ENV: production
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
Reference in New Issue
Block a user