Skip to content

Commit c5677f6

Browse files
fix issues
1 parent e5fc70c commit c5677f6

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

stacks/fastapi-react/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-react}_backend

stacks/fastapi-react/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ services:
7474
restart: unless-stopped
7575

7676
db:
77-
image: postgres:17-alpine
77+
image: postgres:18-alpine
7878
container_name: ${APP_NAME:-fastapi-react}-db
7979
ports:
8080
- "${POSTGRES_HOST_PORT:-4426}:5432"

stacks/fastapi-react/dev.compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ services:
7676
restart: unless-stopped
7777

7878
db:
79-
image: postgres:17-alpine
79+
image: postgres:18-alpine
8080
container_name: ${APP_NAME:-fastapi-react}-db-dev
8181
ports:
8282
- "${POSTGRES_HOST_PORT:-4427}:5432"

0 commit comments

Comments
 (0)