Delete docker-compose.yaml

This commit is contained in:
JoshBaneyCS 2025-04-29 01:19:16 +00:00
parent 054a7f3b55
commit 47587d183a

View File

@ -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