Adding in calebburkedev
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user