Files
portainer-stacks/reactiveresume/docker-compose.yaml
T
2026-04-27 10:05:40 -04:00

11 lines
317 B
YAML

version: '3'
services:
app:
image: amruthpillai/reactive-resume:latest
ports:
- "3100:3100" # Access via localhost:3100
environment:
- PUBLIC_SERVER_URL=http://localhost:3100
- STORAGE_URL=http://localhost:3100/storage
volumes:
- ./data:/data # Mount for persistent resumes