Sign inSign up

gloursdocker/zephyr-app:latest

Manifest digest

sha256:1904ae7b4091215d675edc9b6ef4a71881f7d51c9cfb4383f5b18532f4265a2b

Last pushed

5 months by gloursdocker

Type

Compose

Manifest digest

sha256:1904ae7b4091215d675edc9b6ef4a71881f7d51c9cfb4383f5b18532f4265a2b

Compose file content

services:
  db:
    image: mysql
    environment:
      MYSQL_DATABASE: avatar
      MYSQL_ROOT_PASSWORD: toto

  api:
    image: gloursdocker/avatars-api
    build:
      context: .
      dockerfile: ./deploy/api.dockerfile
    develop:
      watch:
        - path: api/requirements.txt
          action: rebuild
        - path: api/
          target: /app/api/
          action: sync      
    environment:
      - DB_PASSWORD=toto
    ports:
      - 5734:80      

  web:
    image: gloursdocker/avatars-web
    build:
      context: .
      dockerfile: ./deploy/web.dockerfile
    develop:
      watch:
        - path: web/package.json
          action: rebuild
        - path: web/yarn.lock
          action: rebuild
        - path: web/
          target: /app
          action: sync      
    ports:
      - 5735:5173      
services:
  api:
    environment:
      - TRY=It

Docker commands

docker compose -f oci://gloursdocker/zephyr-app:latest up

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

Images used

Image + 1 more

MySQL is a widely used, open-source relational database management system (RDBMS).


Pulls

1B+

Stars

16185

Last Updated

7 days

Image


Pulls

1.1K

Stars

0

Last Updated

12 months

Image


Pulls

1.1K

Stars

0

Last Updated

5 months