Add Dockerfile.prod
and compose
This commit is contained in:
11
compose.yml
Normal file
11
compose.yml
Normal 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
|
Reference in New Issue
Block a user