Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions backends/fastapi/cloudflared.compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ services:
cpus: '0.1'
memory: 32M
restart: unless-stopped

networks:
backend:
external: true
name: ${APP_NAME:-fastapi-api}_backend
2 changes: 1 addition & 1 deletion backends/fastapi/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
restart: unless-stopped

db:
image: postgres:17-alpine
image: postgres:18-alpine
container_name: ${APP_NAME:-fastapi-api}-db
ports:
- "${POSTGRES_HOST_PORT:-5500}:5432"
Expand Down
2 changes: 1 addition & 1 deletion backends/fastapi/dev.compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
restart: unless-stopped

db:
image: postgres:17-alpine
image: postgres:18-alpine
container_name: ${APP_NAME:-fastapi-api}-db-dev
ports:
- "${POSTGRES_HOST_PORT:-5501}:5432"
Expand Down
5 changes: 0 additions & 5 deletions stacks/fastapi-react/cloudflared.compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ services:
cpus: '0.1'
memory: 32M
restart: unless-stopped

networks:
backend:
external: true
name: ${APP_NAME:-fastapi-react}_backend
2 changes: 1 addition & 1 deletion stacks/fastapi-react/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:
restart: unless-stopped

db:
image: postgres:17-alpine
image: postgres:18-alpine
container_name: ${APP_NAME:-fastapi-react}-db
ports:
- "${POSTGRES_HOST_PORT:-4426}:5432"
Expand Down
2 changes: 1 addition & 1 deletion stacks/fastapi-react/dev.compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ services:
restart: unless-stopped

db:
image: postgres:17-alpine
image: postgres:18-alpine
container_name: ${APP_NAME:-fastapi-react}-db-dev
ports:
- "${POSTGRES_HOST_PORT:-4427}:5432"
Expand Down
Loading