There was an error while loading. Please reload this page.
1 parent da5fbb2 commit 2846340Copy full SHA for 2846340
1 file changed
.do/app.yaml
@@ -1,5 +1,5 @@
1
2
- name: task-manager-app-56
+ name: task-manager-app-226
3
4
databases:
5
- engine: PG
@@ -22,8 +22,6 @@
22
source_dir: /
23
instance_count: 1
24
instance_size_slug: basic-xxs
25
- http_port: 8080
26
-
27
git:
28
repo_clone_url: https://github.com/digitalocean-labs/task-manager-app-autodev.git
29
branch: main
@@ -37,10 +35,10 @@
37
35
--worker-class eventlet \
38
36
--workers 1 \
39
--bind 0.0.0.0:$PORT \
40
- app_socketio:app
41
+ app_socketio:app
+ http_port: 8080
42
health_check:
43
- http_path: /health
+ http_path: /api/health
44
45
envs:
46
- key: FLASK_APP
@@ -49,9 +47,6 @@
49
47
- key: FLASK_ENV
50
48
value: production
51
52
- - key: PORT
53
- value: "8080"
54
55
- key: DATABASE_URL
56
scope: RUN_AND_BUILD_TIME
57
value: ${db.DATABASE_URL}
0 commit comments