Implement dev env with Docker

This commit is contained in:
2025-12-24 23:16:34 +05:00
parent ea3eb33e8d
commit a89b00d2b5
5 changed files with 85 additions and 3 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: