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

docker.stack.yml Maven / Gradle / Ivy

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

services:

  db:
    image: postgres
    restart: always
    environment:
      POSTGRES_USER: postgres
      POSTGRES_PASSWORD: example

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy