mirror of
https://github.com/arthur-pbty/learn.git
synced 2026-06-03 23:36:37 +02:00
9 lines
174 B
YAML
9 lines
174 B
YAML
services:
|
|
nextjs:
|
|
build: .
|
|
container_name: learn-app
|
|
ports:
|
|
- "${WEB_PORT}:3000"
|
|
environment:
|
|
- NODE_ENV=${NODE_ENV}
|
|
restart: unless-stopped |