We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcad82a + da71fba commit 248ed0cCopy full SHA for 248ed0c
1 file changed
src/pyinfrabox/docker_compose/__init__.py
@@ -32,7 +32,8 @@ def handle_service(name, d, r):
32
'profiles',
33
'read_only',
34
'cap_drop',
35
- 'scale'
+ 'scale',
36
+ 'deploy'
37
]
38
39
if key in allowed_fields:
0 commit comments