Skip to content

Commit 4412e70

Browse files
fix issues
1 parent c5677f6 commit 4412e70

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

backends/fastapi/cloudflared.compose.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,3 @@ services:
2525
cpus: '0.1'
2626
memory: 32M
2727
restart: unless-stopped
28-
29-
networks:
30-
backend:
31-
external: true
32-
name: ${APP_NAME:-fastapi-api}_backend

backends/fastapi/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
restart: unless-stopped
4747

4848
db:
49-
image: postgres:17-alpine
49+
image: postgres:18-alpine
5050
container_name: ${APP_NAME:-fastapi-api}-db
5151
ports:
5252
- "${POSTGRES_HOST_PORT:-5500}:5432"

backends/fastapi/dev.compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
restart: unless-stopped
4242

4343
db:
44-
image: postgres:17-alpine
44+
image: postgres:18-alpine
4545
container_name: ${APP_NAME:-fastapi-api}-db-dev
4646
ports:
4747
- "${POSTGRES_HOST_PORT:-5501}:5432"

0 commit comments

Comments
 (0)