We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5677f6 commit 4412e70Copy full SHA for 4412e70
3 files changed
backends/fastapi/cloudflared.compose.yml
@@ -25,8 +25,3 @@ services:
25
cpus: '0.1'
26
memory: 32M
27
restart: unless-stopped
28
-
29
-networks:
30
- backend:
31
- external: true
32
- name: ${APP_NAME:-fastapi-api}_backend
backends/fastapi/compose.yml
@@ -46,7 +46,7 @@ services:
46
47
48
db:
49
- image: postgres:17-alpine
+ image: postgres:18-alpine
50
container_name: ${APP_NAME:-fastapi-api}-db
51
ports:
52
- "${POSTGRES_HOST_PORT:-5500}:5432"
backends/fastapi/dev.compose.yml
@@ -41,7 +41,7 @@ services:
41
42
43
44
45
container_name: ${APP_NAME:-fastapi-api}-db-dev
- "${POSTGRES_HOST_PORT:-5501}:5432"
0 commit comments