feat: add prod compose
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
kotobane:
|
||||||
|
image: registry.achmad.dev/kotobane:latest
|
||||||
|
container_name: kotobane
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "6090:3000"
|
||||||
|
environment:
|
||||||
|
NODE_ENV: production
|
||||||
|
DIRECTUS_URL: https://cms.achmad.dev
|
||||||
|
DIRECTUS_TOKEN: JLsOYZIO5jvvYMTu_DepOwM581WyNLHS
|
||||||
|
REVALIDATE_SECRET: 1964edNGrm1xqE2oznfeahdheP7oAfwAob4fIxe1Gzo
|
||||||
Reference in New Issue
Block a user