version: '3' services: database: build: . ports: - "5432:5432" volumes: - .:/app/:z admin: image: adminer links: - database ports: - "8081:8080"