[Feature] Preprocessing and dev QoL changes (#1)

Reviewed-on: #1
Co-authored-by: bivashy <botyrbojey@gmail.com>
Co-committed-by: bivashy <botyrbojey@gmail.com>
This commit is contained in:
2025-12-24 18:48:02 +00:00
committed by bivashy
parent 7c85e05e02
commit 8be1dd8a53
23 changed files with 963 additions and 44 deletions

View File

@ -5,13 +5,21 @@ services:
- anyame-shared
hls-proxy:
image: hls-proxy:latest
build:
context: .
dockerfile: Dockerfile.dev
env_file: .env
ports:
- 8082:8080
networks:
- anyame-shared
- elk-network
volumes:
- .:/app
- maven-repo:/home/spring-app/.m2/
volumes:
maven-repo:
networks:
anyame-shared: