version: '3' services: geo-words: build: . ports: - "3002:80" restart: always networks: - npm_public networks: npm_public: external: true