12 lines
232 B
YAML
12 lines
232 B
YAML
services:
|
|
athena:
|
|
build: .
|
|
container_name: athena-web
|
|
restart: unless-stopped
|
|
|
|
environment:
|
|
NODE_ENV: production
|
|
NEXT_PUBLIC_API_URL: https://api.funktechnik-schubert.de
|
|
|
|
ports:
|
|
- "3001:3000"
|