mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
15 lines
354 B
YAML
15 lines
354 B
YAML
version: '3.5'
|
|
services:
|
|
server:
|
|
user: 1000:1000
|
|
volumes:
|
|
- .:/app
|
|
command: sh -c "yarn --production=false && yarn dev"
|
|
environment:
|
|
NODE_ENV: '${NODE_ENV}'
|
|
GOOGLE_APPLICATION_CREDENTIALS: '${GOOGLE_APPLICATION_CREDENTIALS}'
|
|
FIREBASE_TOKEN: '${FIREBASE_TOKEN}'
|
|
ports:
|
|
- '3000:3000'
|
|
- '5000:5000'
|