mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
chore(deps): update couchdb docker tag to v3.4.2 (#2359)
* chore(deps): update couchdb docker tag to v3.4.2 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-action update-app-version
parent
bbcd62848d
commit
ebef4f3469
@@ -0,0 +1,20 @@
|
||||
services:
|
||||
couchdb:
|
||||
image: couchdb:3.4.2
|
||||
container_name: ${CONTAINER_NAME}
|
||||
environment:
|
||||
- COUCHDB_USER=${OBSIDIAN_LIVESYNC_USER}
|
||||
- COUCHDB_PASSWORD=${OBSIDIAN_LIVESYNC_USER_PASSWORD}
|
||||
volumes:
|
||||
- ./data:/opt/couchdb/data
|
||||
- ./conf/local.ini:/opt/couchdb/etc/local.ini
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:5984
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- 1panel-network
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user