We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5fc70c commit c5677f6Copy full SHA for c5677f6
3 files changed
stacks/fastapi-react/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-react}_backend
stacks/fastapi-react/compose.yml
@@ -74,7 +74,7 @@ services:
74
75
76
db:
77
- image: postgres:17-alpine
+ image: postgres:18-alpine
78
container_name: ${APP_NAME:-fastapi-react}-db
79
ports:
80
- "${POSTGRES_HOST_PORT:-4426}:5432"
stacks/fastapi-react/dev.compose.yml
@@ -76,7 +76,7 @@ services:
container_name: ${APP_NAME:-fastapi-react}-db-dev
81
82
- "${POSTGRES_HOST_PORT:-4427}:5432"
0 commit comments