feat: add logic_group crud

This commit is contained in:
Alexander Navarro 2025-02-06 19:48:52 -03:00
parent baf70e6820
commit d643e1c0f2
7 changed files with 98 additions and 11 deletions

View file

@ -5,11 +5,8 @@ services:
build:
context: ..
dockerfile: ./docker/Dockerfile
develop:
watch:
- action: sync
path: ../src
target: /app
volumes:
- ../src:/app
ports:
- 3000:8080
env_file: ../.env