generated from alphane/template
adding in production compose file
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
services:
|
||||||
|
app:
|
||||||
|
image: gitea.burke.host/burkkyy/calebburke.dev:latest
|
||||||
|
pull_policy: always
|
||||||
|
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