feat: 添加docker部署
This commit is contained in:
22
backend/configs/config.docker.yaml
Normal file
22
backend/configs/config.docker.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
server:
|
||||
port: 8080
|
||||
|
||||
database:
|
||||
host: mysql
|
||||
port: 3306
|
||||
user: root
|
||||
password: 123456
|
||||
dbname: feedsystem
|
||||
|
||||
redis:
|
||||
host: redis
|
||||
port: 6379
|
||||
password: 123456
|
||||
db: 0
|
||||
|
||||
rabbitmq:
|
||||
host: rabbitmq
|
||||
port: 5672
|
||||
username: admin
|
||||
password: password123
|
||||
|
||||
Reference in New Issue
Block a user