searchengine/docker-compose.yml
Eduard Kuksa 4066e0bec6
All checks were successful
Gitea Action Maven build / build (push) Successful in 48s
Gitea Action Maven build / deploy (push) Successful in 8s
initial commit
2025-02-23 23:40:35 +07:00

10 lines
187 B
YAML

services:
app:
build:
context: .
dockerfile: Dockerfile
image: searchengine
container_name: searchengine
ports:
- "8090:8080"
restart: on-failure:3