20 lines
386 B
YAML
20 lines
386 B
YAML
x-fibe.gg:
|
|
production: false
|
|
|
|
services:
|
|
web:
|
|
build: .
|
|
ports:
|
|
- "3000"
|
|
volumes:
|
|
- .:/app
|
|
- /app/node_modules
|
|
- /app/.next
|
|
environment:
|
|
- NODE_ENV=development
|
|
labels:
|
|
- "fibe.gg/name=web"
|
|
- "fibe.gg/port=3000"
|
|
- "fibe.gg/production=false"
|
|
- "fibe.gg/repo_url=https://git-next.fibe.live/vyakymenko/fibe-me.git"
|