Sign inSign up

codingjoe/test:1234

Manifest digest

sha256:9eedcd1e5ec8dbec928b6efc2e71bf626df697e057981182dd94633582b09384

Last pushed

10 months by codingjoe

Type

Compose

Manifest digest

sha256:9eedcd1e5ec8dbec928b6efc2e71bf626df697e057981182dd94633582b09384

Compose file content

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 commands

docker compose -f oci://codingjoe/test:1234 up

Use the above command to pull and run the Compose file. Learn more.

Images used

No images found
No images were found in the Compose file.