services: homespace: build: context: ./ dockerfile: Dockerfile ports: - "4300:4300" restart: always mongo: image: mongo container_name: homespace-db ports: - "27017:27017" restart: always logging: driver: "json-file" options: max-size: 1g environment: - MONGO_INITDB_ROOT_USERNAME=homespace - MONGO_INITDB_ROOT_PASSWORD=homespace