You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
335 B

  1. services:
  2. adminer:
  3. image: adminer
  4. restart: always
  5. ports:
  6. - 8081:8080
  7. pgadmin:
  8. image: dpage/pgadmin4
  9. restart: always
  10. environment:
  11. PGADMIN_DEFAULT_EMAIL: info@wpstudio.ru
  12. PGADMIN_DEFAULT_PASSWORD: postgres
  13. ports:
  14. - "83:80"
  15. volumes:
  16. - ./hostfiles/pgadmin:/var/lib/pgadmin