Fix docker-compose.yml for EasyPanel (remove obsolete version and env_file)

This commit is contained in:
desoladorxx
2026-07-22 16:15:36 -05:00
parent cd18c4ca5e
commit fc5ac3f7a7

View File

@@ -1,5 +1,3 @@
version: '3.8'
services: services:
backend: backend:
build: build:
@@ -9,8 +7,6 @@ services:
restart: always restart: always
ports: ports:
- "8001:8001" - "8001:8001"
env_file:
- ./backend/.env
environment: environment:
- PORT=8001 - PORT=8001