mirror of
https://github.com/halo-dev/plugin-starter.git
synced 2026-01-14 06:04:11 +08:00
15 lines
308 B
YAML
15 lines
308 B
YAML
services:
|
|
halo-next:
|
|
image: halohub/halo-dev:main
|
|
ports:
|
|
- 8090:8090
|
|
environment:
|
|
- SPRING_CONFIG_ADDITIONAL_LOCATION=optional:file:/etc/config/
|
|
volumes:
|
|
- ./application.yaml:/etc/config/application.yaml
|
|
- ../:/plugin
|
|
networks:
|
|
- halo
|
|
networks:
|
|
halo: {}
|