Add Dockerfile.prod and compose

This commit is contained in:
2025-09-01 19:18:29 +05:00
parent 8702acf21d
commit b4986c4357
4 changed files with 69 additions and 3 deletions

11
compose.yml Normal file
View File

@ -0,0 +1,11 @@
services:
anyame-vue-bff:
image: anyame-vue-bff:latest
ports:
- 8090:8080
networks:
- anyame-shared
networks:
anyame-shared:
external: true