Adding in calebburkedev

This commit is contained in:
2026-06-27 03:34:50 -07:00
parent 7199fbe500
commit 1ae95ab1e7
5 changed files with 17 additions and 3 deletions
@@ -0,0 +1,12 @@
services:
app:
image: gitea.burke.host/burkkyy/calebburke.dev:latest
restart: unless-stopped
env_file:
- .env
environment:
NODE_ENV: production
ports:
- "${HOST_PORT:-3000}:${HOST_PORT:-3000}"
volumes:
- ./.env:/home/node/app/.env.production