mirror of
https://github.com/agregarr/agregarr.git
synced 2025-12-30 23:09:46 -06:00
13 lines
210 B
YAML
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
|