Files
timeline/docker-compose.yml
licsber 17bbbe7fbc
Some checks failed
Build and Push Docker Image / buildx (push) Has been cancelled
fix: docker permission again two.
2025-11-11 15:28:38 +08:00

18 lines
411 B
YAML

services:
Timeline:
build:
context: .
dockerfile: Dockerfile
platforms:
- linux/amd64
- linux/arm64
image: registry.cn-beijing.aliyuncs.com/licsber/timeline:latest
ports:
- "3000:3000"
environment:
- PORT=3000
- JWT_SECRET=${JWT_SECRET:-change-this-secret-key-in-production}
volumes:
- ./data:/app/data
restart: unless-stopped