Files
learn/docker-compose.yml
T
2026-04-26 20:49:14 +02:00

9 lines
174 B
YAML

services:
nextjs:
build: .
container_name: learn-app
ports:
- "${WEB_PORT}:3000"
environment:
- NODE_ENV=${NODE_ENV}
restart: unless-stopped