Files
ldap-identidy/docker-compose.yml
Bastian Wagner 0fd85573d2 docker
2026-07-15 14:31:56 +02:00

13 lines
211 B
YAML

services:
app:
build:
context: .
dockerfile: Dockerfile
env_file:
- .env
environment:
API_BASE_URL: http://localhost:3000
ports:
- "3000:3000"
- "8080:8080"