All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docker.stack-pg.yml Maven / Gradle / Ivy

There is a newer version: 1.148.40
Show newest version
version: '3.1'

services:

  stencil_db:
    image: postgres
    restart: always
    environment:
      POSTGRES_USER: postgres
      POSTGRES_PASSWORD: example
    ports:
      - 5432:5432

  adminer:
    image: adminer
    restart: always
    ports:
      - 8091:8080




© 2015 - 2025 Weber Informatics LLC | Privacy Policy