services: postgres: image: library/postgres container_name: postgres networks: - proxy environment: POSTGRES_USER: bapasqui POSTGRES_PASSWORD: password PGPORT: 3212 restart: unless-stopped networks: proxy: name: proxy external: true