From 0e2bfce7de6a496e94b36ef528f5c0ccf751a41c Mon Sep 17 00:00:00 2001 From: bernhard Date: Wed, 1 Oct 2025 15:45:47 +0000 Subject: [PATCH] wrong one --- compose.yaml | 51 ++++++++++++--------------------------------------- 1 file changed, 12 insertions(+), 39 deletions(-) diff --git a/compose.yaml b/compose.yaml index 973231d..ea408c1 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,48 +1,21 @@ services: - redis: - image: redis - networks: - - global - restart: unless-stopped - volumes: - - redis:/data - main: - image: registry:latest - restart: unless-stopped + app: + image: vaultwarden/server:latest environment: - REGISTRY_STORAGE_FILESYSTEM_ROOTDIRECTORY: /data - OTEL_TRACES_EXPORTER: none - networks: - - global - ports: - - 5000:5000 - volumes: - - /nas/pikube/bwr.net/docker:/data - ui: - image: joxit/docker-registry-ui:main - restart: unless-stopped - depends_on: - - main - - redis - environment: - SINGLE_REGISTRY: true - REGISTRY_TITLE: Registry bwr.net - DELETE_IMAGES: true - SHOW_CONTENT_DIGEST: true - NGINX_PROXY_PASS_URL: http://main:5000 - SHOW_CATALOG_NB_TAGS: true - CATALOG_MIN_BRANCHES: 1 - CATALOG_MAX_BRANCHES: 1 - TAGLIST_PAGE_SIZE: 100 - CATALOG_ELEMENTS_LIMIT: 1000 + DOMAIN: https://nsa.d187.us + DATABASE_URL: mysql://vaultwarden:vaultwarden@192.168.112.200/vaultwarden networks: - bridge ports: - - 50001:80 + - 60001:80 + restart: unless-stopped + volumes: + - /etc/localtime:/etc/localtime:ro + - data:/data + +volumes: + data: networks: bridge: external: true - -volumes: - redis: null \ No newline at end of file