Sign inSign up

seungchan1122/sportsmate:1.0

Manifest digest

sha256:823bdf0ca534c7f737434fcf17365149fd35912cd2889fda371a7e345a0cbc89

Last pushed

about 2 months by seungchan1122

Type

Compose

Manifest digest

sha256:823bdf0ca534c7f737434fcf17365149fd35912cd2889fda371a7e345a0cbc89

Compose file content

services:
  backend:
    image: seungchan1122/sportsmate-backend:1.0
    container_name: sportsmate-backend
    env_file:
      - 80012ca24db8c68217e4af9c6bf6ef3289e45dafba613b77089456edd5df489d.env
    ports:
      - "5001:5000"
    restart: unless-stopped
    networks:
      - sportsmate-network

  frontend:
    image: seungchan1122/sportsmate-frontend:1.0
    container_name: sportsmate-frontend
    ports:
      - "5002:80"
    restart: unless-stopped
    depends_on:
      - backend
    networks:
      - sportsmate-network

networks:
  sportsmate-network:
    driver: bridgeservices:
  backend:
    image: docker.io/seungchan1122/sportsmate-backend:1.0@sha256:f44f93ab1d9bb4b0268fdfc5c83613340e67b047470a7ca41c2d46ea65ee94a6
  frontend:
    image: docker.io/seungchan1122/sportsmate-frontend:1.0@sha256:4d7e241cb935d2edaa7b295105835f6b9b46964436c4b98bd455ff5f339d0bf7

Docker commands

docker compose -f oci://seungchan1122/sportsmate:1.0 up

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

Images used

Image


Pulls

107

Stars

0

Last Updated

about 2 months

Image


Pulls

101

Stars

0

Last Updated

about 2 months