dockerfile back fonctionne

This commit is contained in:
Alexandre Chevalier
2026-02-11 13:38:02 +01:00
parent 8e89ae5372
commit fa0575edc0
2 changed files with 12 additions and 10 deletions

View File

@@ -55,7 +55,6 @@ services:
interval: 5s
timeout: 5s
retries: 10
networks:
- app-network
etherpad:
@@ -64,7 +63,6 @@ services:
- "9001:9001"
volumes:
- ../doodlestudent/api/APIKEY.txt:/opt/etherpad-lite/APIKEY.txt
networks:
- app-network
mail:
@@ -72,10 +70,10 @@ services:
restart: always
ports:
- "2525:25"
networks:
- app-network
networks:
app-network:
external: true
external: false
name: app-network