File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
version : " 0.5"
2
2
3
+ is_strict : true
4
+
5
+ disable_env_expansion : true
6
+
3
7
log_location : /tmp/process-compose.log
4
8
log_level : info # trace / debug / info / warn / error / fatal / panic
5
9
log_configuration :
@@ -9,10 +13,6 @@ log_configuration:
9
13
max_backups : 3 # number of rolled files to keep
10
14
compress : true
11
15
12
- is_strict : true
13
-
14
- disable_env_expansion : true
15
-
16
16
processes :
17
17
flask :
18
18
command : flask --app main run
@@ -42,11 +42,11 @@ processes:
42
42
is_tty : false
43
43
environment :
44
44
- CONTAINER_NAME=${CONTAINER_NAME:-devbox-postgres}
45
- - VERSION=${VERSION:-16.3 }
45
+ - VERSION=${VERSION:-17.4 }
46
46
- PORT=${PORT:-5432}
47
47
- POSTGRES_DB=${DB_NAME:-postgres}
48
48
- POSTGRES_USER=${DB_USER:-postgres}
49
- - POSTGRES_PASSWORD=${DB_PASS? }
49
+ - POSTGRES_PASSWORD=${DB_PASS:-postgres }
50
50
readiness_probe :
51
51
exec :
52
52
command : >
You can’t perform that action at this time.
0 commit comments