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