mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
feat: update flyiii Version (#2341)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
services:
|
||||
firefly-iii:
|
||||
image: fireflyiii/core:version-6.1.21
|
||||
container_name: ${CONTAINER_NAME}
|
||||
environment:
|
||||
- APP_KEY=${APP_KEY}
|
||||
- DB_CONNECTION=${PANEL_DB_TYPE}
|
||||
- DB_HOST=${PANEL_DB_HOST}
|
||||
- DB_PORT=${PANEL_DB_PORT}
|
||||
- DB_DATABASE=${PANEL_DB_NAME}
|
||||
- DB_USERNAME=${PANEL_DB_USER}
|
||||
- DB_PASSWORD=${PANEL_DB_USER_PASSWORD}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8080
|
||||
volumes:
|
||||
- ./firefly-iii/upload:/var/www/html/storage/upload
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user