Sign inSign up

jcoliz/yofi-v3:latest

Manifest digest

sha256:f7d1c20d15057f5fa7e41de76bd3e0e1f15f233e9411cdcf184c345e6ff1eb72

Last pushed

9 months by jcoliz

Type

Compose

Manifest digest

sha256:f7d1c20d15057f5fa7e41de76bd3e0e1f15f233e9411cdcf184c345e6ff1eb72

Compose file content

name: yofi-v3
services:
  frontend:
    image: jcoliz/yofi-v3-frontend:latest
    restart: always
    ports:
      - '5000:80'
    depends_on:
      backend:
        condition: service_healthy
  backend:
    image: jcoliz/yofi-v3-backend:latest
    environment:
      - APPLICATION__ENVIRONMENT=Container
      - APPLICATION__ALLOWEDCORSORIGINS__0=http://localhost:5000
      - JWT__ISSUER=http://localhost:5001
      - JWT__AUDIENCE=http://localhost:5001
      # Warning: This key is for development / testing purposes only. Do not use in production!
      - JWT__KEY=YeO9WbjMjlalrCq5CpJEdBPFMevqfN4UtczfTtEmL14=
      - JWT__LIFESPAN=00:10:00
    restart: always
    ports:
      - '5001:8080'
services:
  backend:
    image: docker.io/jcoliz/yofi-v3-backend:latest@sha256:cb34abd1bfecdd58ef09f49fc0407623a5b6fe7060f2da110e22200dca8b4253
  frontend:
    image: docker.io/jcoliz/yofi-v3-frontend:latest@sha256:06e4d031a993fc94ae5e8bb8a6161e8ca50e06b63fac2ed55202226d0a908172

Docker commands

docker compose -f oci://jcoliz/yofi-v3:latest up

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

Images used

Image

YoFi.V3 backend API, a modern .NET 10 REST API for personal finance management.


Pulls

1.7K

Stars

0

Last Updated

9 months

Image

YoFi.V3 frontend application, a modern Vue.js/Nuxt web interface for personal finance management.


Pulls

1.7K

Stars

0

Last Updated

9 months