19 lines
433 B
YAML
19 lines
433 B
YAML
x-fibe.gg:
|
|
production: false
|
|
|
|
services:
|
|
web:
|
|
build: .
|
|
volumes:
|
|
- .:/app
|
|
- /app/node_modules
|
|
- /app/.next
|
|
environment:
|
|
- NODE_ENV=development
|
|
labels:
|
|
- "fibe.gg/repo_url=https://git-next.fibe.live/vyakymenko/fibe-me.git"
|
|
- "fibe.gg/expose=external:3000"
|
|
- "fibe.gg/subdomain=@"
|
|
- "fibe.gg/production=false"
|
|
- "fibe.gg/start_command=npm install && npm run dev"
|