services: frontend: container_name: weather-frontend build: ./frontend networks: - proxynet restart: unless-stopped backend: container_name: weather-backend build: ./backend networks: - proxynet volumes: - ./backend:/bikelane-backend restart: unless-stopped networks: proxynet: external: true