Update app version [skip ci]
This commit is contained in:
17
apps/discussion/1.2.0/docker-compose.yml
Normal file
17
apps/discussion/1.2.0/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user