mirror of https://github.com/coddrago/Heroku
Attempt to add okteto cloud deployment support
parent
92a9ad7707
commit
7f274602d0
|
@ -0,0 +1,12 @@
|
|||
name: hikka
|
||||
image: python:3
|
||||
command: ["python3", "-m", "hikka", "--root"]
|
||||
sync:
|
||||
- .:/usr/src/app
|
||||
forward:
|
||||
- 8080:8080
|
||||
reverse:
|
||||
- 9000:9000
|
||||
autocreate: true
|
||||
volumes:
|
||||
- /root/.cache/pip
|
Loading…
Reference in New Issue