version: '2.4' services: postgres: build: context: ./misc/containers/postgres args: - HTTP_PROXY=${HTTP_PROXY} - HTTPS_PROXY=${HTTPS_PROXY} - http_proxy=${http_proxy} - https_proxy=${https_proxy} environment: - POSTGRES_PASSWORD=postgres ports: - 5432:5432 volumes: - postgres_data:/var/lib/postgresql/data volumes: postgres_data: