Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ out/
### VS Code ###
.vscode/

docekr/db/db
application*.yml
docker/db/db
gradle.properties
terraform/.terraform
application-dev.yml
Expand Down
6 changes: 6 additions & 0 deletions docekr/db/docker-compose.yml → docker/db/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ services:
environment:
MYSQL_ROOT_PASSWORD: humanneverdie
MYSQL_DATABASE: ahmatdang
networks:
- ahmatdang-network

networks:
ahmatdang-network:
external: true
12 changes: 12 additions & 0 deletions docker/ocr/ocr-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
services:
beverage-ocr-api:
image: nijgnoey/beverage-ocr-api:latest
container_name: beverage-ocr-api
ports:
- 8000:8000
networks:
- ahmatdang-network

networks:
ahmatdang-network:
external: true