version: '3.8' services: gc_tools: container_name: gc_tools build: context: . dockerfile: Dockerfile volumes: - .:/booklist-react - /booklist-react/node_modules - /booklist-react/build environment: - VIRTUAL_HOST=gc-tools.exzork.me - LETSENCRYPT_HOST=gc-tools.exzork.me - LETSENCRYPT_EMAIL=muhammadeko.if@gmail.com networks: default : name: nginx-proxy