Implement dev env with Docker
This commit is contained in:
10
compose.yml
10
compose.yml
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user