chore(deps): update verdaccio/verdaccio docker tag to v6.3.1 (localApps) (#4432)
This commit is contained in:
25
apps/verdaccio/6.3.1/docker-compose.yml
Normal file
25
apps/verdaccio/6.3.1/docker-compose.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
services:
|
||||
verdaccio:
|
||||
image: "verdaccio/verdaccio:6.3.1"
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
environment:
|
||||
- VERDACCIO_APPDIR=${VERDACCIO_APPDIR}
|
||||
- VERDACCIO_USER_NAME=${VERDACCIO_USER_NAME}
|
||||
- VERDACCIO_USER_UID=${VERDACCIO_USER_UID}
|
||||
- VERDACCIO_PORT=${PANEL_APP_PORT_HTTP}
|
||||
- VERDACCIO_PROTOCOL=${VERDACCIO_PROTOCOL}
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}"
|
||||
volumes:
|
||||
- ${STORAGE_PATH}:/verdaccio/storage
|
||||
- ${CONFIG_PATH}:/verdaccio/conf
|
||||
- ${PLUGINS_PATH}:/verdaccio/plugins
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user