version: '3.6'

networks:
  global:
    external: true

services:
  i18n_pg_migrations:
    image: registry.gitlab.com/skinholdings/i18n-graphql-es-server/migrations:stable
    environment:
      POSTGRES_URI: postgres://heathmont:1234567890@adapter-pg_i18n/i18n
    networks:
      - global
