Files
listify/docker-compose.local.yml
Bastian Wagner 537c7cbbee Initial
2026-06-09 09:45:33 +02:00

10 lines
144 B
YAML

services:
listify:
image: listify:local
build:
context: .
env_file:
- ./listify-api/.env
ports:
- "8080:80"