version: "3" services: mysql: image: postgres environment: POSTGRES_USER: root POSTGRES_PASSWORD: root ports: - "5432:5432"