Files
agregarr/docker-compose.yml
2025-08-25 01:48:34 +12:00

13 lines
210 B
YAML

version: '3'
services:
agregarr:
build:
context: .
dockerfile: Dockerfile.local
ports:
- 7171:7171
volumes:
- .:/app:rw,cached
- /app/node_modules
- /app/.next