Files
full-stack-fastapi-template/docker-pull-sh.sh

15 lines
213 B
Bash
Raw Normal View History

2025-07-29 11:36:53 +08:00
docker pull python:3.10
docker pull node:20
docker pull traefik:3.0
docker pull schickling/mailcatcher
docker pull postgres:17
docker pull adminer
docker pull nginx:1
docker pull ghcr.io/astral-sh/uv:0.5.11