Minimal docker-compose to pull a bunch of images. With a docker-compose.yaml like the one below, just run:
docker-compose pull
Minimal docker-compose to pull a bunch of images. With a docker-compose.yaml like the one below, just run:
docker-compose pull
services: | |
python: {image: python:alpine} | |
bun: {image: oven/bun:alpine} | |
postgres: {image: postgres:alpine} | |
postgrest: {image: postgrest/postgrest} | |
redis: {image: redis:alpine} | |
swift: {image: swift} | |
tailscale: {image: tailscale/tailscale} |