diff --git a/docker-compose.yaml b/docker-compose.yaml deleted file mode 100644 index 7958679..0000000 --- a/docker-compose.yaml +++ /dev/null @@ -1,14 +0,0 @@ -version: '3.8' - -services: - fuego-app: - build: - context: . - dockerfile: Dockerfile - extra_hosts: - - "host.docker.internal:host-gateway" - env_file: - - .env - ports: - - "3000:3000" - restart: unless-stopped