services: hugo: image: hugomods/hugo:latest container_name: hugo restart: always command: server --watch --bind 0.0.0.0 --baseURL=http://0.0.0.0:1313 ports: - "${PORT}:1313" volumes: - .:/src networks: - nginx networks: nginx: external: True