rm network config from docker-compose
Some checks failed
Build and Deploy Frontend / build-and-deploy (push) Failing after 3s
Build and Deploy API / build-and-deploy (push) Failing after 32s

This commit is contained in:
2026-02-28 16:10:07 -06:00
parent 035f0be8f0
commit e5ca5f1dc6
3 changed files with 3 additions and 14 deletions

View File

@@ -6,10 +6,3 @@ services:
restart: always
ports:
- "5000:80"
networks:
- web
networks:
web:
external: true