feat: add basic project layout and migration config

This commit is contained in:
Alexander Navarro 2025-02-05 16:06:48 -03:00
parent d9962769ad
commit f937122a2a
5 changed files with 37 additions and 1 deletions

View file

@ -0,0 +1,15 @@
services:
index:
image: alecodes/index:latest
pull_policy: build
user: 1000:1000
build:
context: ..
dockerfile: ./docker/Dockerfile
env_file: ../.env
volumes:
- ../src:/app
db:
image: postgres:17
env_file: ../.env