sha256:45e0c1a8f7739ab205d9a196c7d1cb12067a7e9eba50fef201ab9ef0441261d3
Last pushed
10 months by codingjoe
Type
Compose
Manifest digest
sha256:45e0c1a8f7739ab205d9a196c7d1cb12067a7e9eba50fef201ab9ef0441261d3
services:
web:
image: scrap
memswap_limit: 1g # Limit total memory usage (RAM + swap) to 1GB
deploy:
mode: replicated
replicas: 2
resources:
limits:
cpus: '0.25' # Limit to 25% of a CPU
memory: 512M # Limit to 512MB of RAM
networks:
app:
external: true
wan:
external: true
docker compose -f oci://codingjoe/test:123 upUse the above command to pull and run the Compose file. Learn more.