error with etherpad

This commit is contained in:
tuanvu
2026-02-12 12:23:47 +01:00
parent 20d83ffafe
commit d8eb08a5f1
6 changed files with 114 additions and 28 deletions

View File

@@ -9,6 +9,7 @@ services:
- db
- etherpad
- back
- front
networks:
- app-network
@@ -24,6 +25,8 @@ services:
- ../doodlestudent/front:/app
environment:
- FLASK_ENV=development
depends_on:
- back
networks:
- app-network