12 lines
173 B
YAML
12 lines
173 B
YAML
services:
|
|
anyame-vue-bff:
|
|
image: anyame-vue-bff:latest
|
|
ports:
|
|
- 8090:8080
|
|
networks:
|
|
- anyame-shared
|
|
|
|
networks:
|
|
anyame-shared:
|
|
external: true
|