Initial commit - All Portainer stacks from Mac

This commit is contained in:
Kevin Douglas
2026-04-27 10:05:40 -04:00
commit 49006ddd71
20 changed files with 571 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
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