diff options
Diffstat (limited to 'python/compose.yml')
-rw-r--r-- | python/compose.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/compose.yml b/python/compose.yml new file mode 100644 index 000000000..d4cb31722 --- /dev/null +++ b/python/compose.yml @@ -0,0 +1,5 @@ +services: + web: + build: . + ports: + - "11345:11345" |