Skip to content

Commit a5efe28

Browse files
comment out resource reservations
to remain under playground quotas
1 parent 603ea53 commit a5efe28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/django-postgres/compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ services:
3535
environment:
3636
- DB_HOST=db
3737
- DEBUG=False
38-
deploy:
39-
resources:
40-
reservations:
41-
memory: 2GB
38+
# deploy:
39+
# resources:
40+
# reservations:
41+
# memory: 2GB
4242
# volumes: [".:/code"]
4343
depends_on:
4444
- db

0 commit comments

Comments
 (0)