sha256:9eedcd1e5ec8dbec928b6efc2e71bf626df697e057981182dd94633582b09384
Last pushed
10 months by codingjoe
Type
Compose
Manifest digest
sha256:9eedcd1e5ec8dbec928b6efc2e71bf626df697e057981182dd94633582b09384
x-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:1234 upUse the above command to pull and run the Compose file. Learn more.