Optimize Dockerfile and add docker compose

This commit is contained in:
2025-07-12 18:15:55 +05:00
parent 3fc06eabff
commit 2b0f816633
2 changed files with 34 additions and 10 deletions

11
compose.yml Normal file
View File

@ -0,0 +1,11 @@
services:
search:
image: anyame-search:latest
ports:
- 8080:8080
env_file: .env
networks:
- anyame
networks:
anyame:
driver: bridge