networks: shared: name: shared external: true services: btcdata: build: . restart: unless-stopped ports: - "${DOCKER_BTCDATA_PORT}:${DOCKER_BTCDATA_PORT}" depends_on: - frankfurter networks: - default - shared environment: BTCDATA_PORT: "${DOCKER_BTCDATA_PORT}" JDBC_URL: "${DOCKER_JDBC_URL}" CORS_ORIGIN: "${DOCKER_CORS_ORIGIN}" FRANKFURTER_URL: "${DOCKER_FRANKFURTER_URL}" STRIKE_API_KEY: "${STRIKE_API_KEY}" extra_hosts: - "postgres:host-gateway" frankfurter: image: lineofflight/frankfurter restart: unless-stopped