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