Add Dockerfile and compose.yml

This commit is contained in:
2025-08-28 17:24:13 +05:00
parent e4914a839f
commit d02af27a1a
2 changed files with 61 additions and 0 deletions

11
compose.yml Normal file
View File

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