Optimize Dockerfile and add docker compose
This commit is contained in:
11
compose.yml
Normal file
11
compose.yml
Normal file
@ -0,0 +1,11 @@
|
||||
services:
|
||||
search:
|
||||
image: anyame-search:latest
|
||||
ports:
|
||||
- 8080:8080
|
||||
env_file: .env
|
||||
networks:
|
||||
- anyame
|
||||
networks:
|
||||
anyame:
|
||||
driver: bridge
|
Reference in New Issue
Block a user