1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2024-07-02 14:49:10 +00:00
parent ab4c964364
commit de8b0f8f0f
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
services:
discussion:
image: "kingwrcy/discussion:1.2.0"
container_name: ${CONTAINER_NAME}
restart: always
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
environment:
DATABASE_URL: "postgres://${PANEL_DB_USER}:${PANEL_DB_USER_PASSWORD}@${PANEL_DB_HOST}:${PANEL_DB_PORT}/${PANEL_DB_NAME}"
networks:
- 1panel-network
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true