spring-demo/docker-compose.yml
Eduard Kuksa 6a4a9d0a65
All checks were successful
Gitea Action Maven build / build (push) Successful in 47s
Gitea Action Maven build / deploy (push) Successful in 9s
change port 8082 to 8087
2025-02-20 21:53:09 +07:00

10 lines
179 B
YAML

services:
app:
build:
context: .
dockerfile: Dockerfile
image: spring-demo
container_name: spring-demo
ports:
- "8087:8080"
restart: always