Skip to content

Commit 1e50958

Browse files
markmetcalfeLinnyTheDuck
authored andcommitted
fix: Remove deprecated mailcatcher container
1 parent f166569 commit 1e50958

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

docker-compose.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,6 @@ services:
2828
networks:
2929
- totara
3030

31-
# Deprecated - use maildev instead
32-
mailcatcher:
33-
image: tophfr/mailcatcher
34-
container_name: totara_mailcatcher
35-
restart: ${RESTART_POLICY:-no}
36-
ports:
37-
- "8080:80"
38-
environment:
39-
TZ: ${TIME_ZONE}
40-
networks:
41-
- totara
42-
4331
redis:
4432
image: redis
4533
restart: ${RESTART_POLICY:-no}

0 commit comments

Comments
 (0)