version: '3' services: umami: container_name: umami image: ghcr.io/umami-software/umami:postgresql-latest ports: - "3000:3000" # 3000可改为其它可用端口 environment: - DATABASE_URL=postgresql://umami:umami@db:5432/umami #数据库地址,建议修改,与下面的要对应 - DATABASE_TYPE=postgresql - APP...
$ docker pull postgres:13.0 13.0: Pulling from library/postgres bb79b6b2107f: Already exists e3dc51fa2b56: Pull complete f213b6f96d81: Pull complete 2780ac832fde: Pull complete ae5cee1a3f12: Pull complete 95db3c06319e: Pull complete 475ca72764d5: Pull complete 8d602872ecae: Pull compl...
image: postgres:15-alpine container_name: test-db environment: - POSTGRES_USER=inclasstoday - POSTGRES_PASSWORD=inclasstoday1 - POSTGRES_DB=student-data_test - APP_CONFIG_FILE=test - POSTGRES_HOST_AUTH_METHOD="trust" restart: unless-stopped volumes: - postgres_data_test:/var/lib/postgresql/dat...
version: "3" services: db: image: postgres:15-alpine environment: POSTGRES_DB: wiki POSTGRES_PASSWORD: wikijsrocks POSTGRES_USER: wikijs logging: driver: "none" restart: unless-stopped volumes: - db-data:/var/lib/postgresql/data wiki: image: linuxserver/wikijs depends_on: - db...
6bbb0ed9f369 timberio/vector:0.26.0-alpine "/usr/local/bin/vect…" 22 hours ago Up 22 hours cvat_vector 69712c1977c5 postgres:15-alpine "docker-entrypoint.s…" 22 hours ago Up 22 hours 0.0.0.0:5432->5432/tcp, :::5432->5432/tcp cvat_db ...
alpine3.16 / pg15beta1 / postgis3.3.0alpha1 / improved README.md (postgis#295)* Remove Postgres 9.6 (EOL) * update alpine to alpine:3.16 * update latest tag to 14-3.2 * refactoring update.sh * update alpine,master dockerfiles * add new test images * update github workflow : remove...
Fixed a bug that prevented php composer or postgres to start as non root user. Fixes docker/for-mac#7415. Fixed a bug that could cause file changed on the host to appear truncated. Fixes docker/for-mac#7438. For Windows New installations of Docker Desktop for Windows now require a Windows...
181alpine/gitAsimple git container running in alpineli…112[OK]mvertes/alpine-mongo light MongoDB container108[OK]yobasystems/alpine-mariadb MariaDB running on Alpine Linux[docker][am… 57 [OK]kiasaki/alpine-postgres PostgreSQL dockerimagebased on Alpine Linux45[OK]alpine/socat Run socat ...
Postgresは、Docker Hubで最もスリムな主要なデータベースイメージの1つです。 ただし alpine 、画像サイズをさらに縮小し、基本パッケージ(より単純なプロジェクトに最適)を含めるためのバリアントも利用できます。 アルパインのメリットの詳細については、 最近のDocker公式イメージの記事を...
random-string.jsdepends_on:-dbrestart:alwaysdb:image:postgres:15-alpineenvironment:POSTGRES_DB:umamiPOSTGRES_USER:umamiPOSTGRES_PASSWORD:umamivolumes:-./sql/schema.postgresql.sql:/docker-entrypoint-initdb.d/schema.postgresql.sql:ro-umami-db-data:/var/lib/postgresql/datarestart:alwaysvolumes:umami-db-...