Standardize all compose files to .yml extension

This commit is contained in:
Kevin Douglas
2026-04-27 10:43:47 -04:00
parent 02b39d78ea
commit 0b85e9da80
21 changed files with 0 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