espdit

Results 1 issues of espdit

I create docker compose and i modified the config file: ``` pycsw: depends_on: - pgstac container_name: pycsw image: geopython/pycsw:latest environment: PYCSW_SERVER_URL: http://localhost:8888 PYCSW_CONFIG: /etc/pycsw/default.yml ports: - "8888:8000" - "5678:5678" volumes:...