first commit
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
arklinks:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
- VITE_APPWRITE_ENDPOINT=${VITE_APPWRITE_ENDPOINT}
|
||||
- VITE_APPWRITE_PROJECT_ID=${VITE_APPWRITE_PROJECT_ID}
|
||||
ports:
|
||||
- "${PORT:-3000}:80"
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
Reference in New Issue
Block a user