searchengine/docker-compose.yml
Eduard Kuksa f5f9e8c644
Some checks failed
Gitea Action Maven build / build (push) Successful in 1m21s
Gitea Action Maven build / deploy (push) Failing after 5s
deploy to server
2025-02-22 18:06:47 +07:00

10 lines
181 B
YAML

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