Skip to content

Commit 4b14c7e

Browse files
authored
remove comments
1 parent e1bcae7 commit 4b14c7e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

templates/compose/resend.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,13 @@ services:
1818
interval: 10s
1919
timeout: 5s
2020
retries: 5
21-
# ports:
22-
# - "5432:5432"
2321
volumes:
2422
- unsend-db:/var/lib/postgresql/data
2523

2624
redis:
2725
image: redis:7
2826
container_name: unsend-redis-prod
2927
restart: always
30-
# ports:
31-
# - "6379:6379"
3228
volumes:
3329
- unsend-cache:/data
3430
command: ["redis-server", "--maxmemory-policy", "noeviction"]

0 commit comments

Comments
 (0)