searchengine/docker-compose.yml
Eduard Kuksa ae5b90f2c4
Some checks failed
Gitea Action Maven build / build (push) Failing after 2m7s
Gitea Action Maven build / deploy (push) Has been skipped
add builad and deploy gitea pipeline
2025-02-23 16:24:52 +07:00

10 lines
181 B
YAML

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