Sign inSign up

gloursdocker/devoxx-demo:latest

Manifest digest

sha256:48a0f6a8ecc1ad4f8b780b3c43ddc87655e82301d6a2ecb646489aef31c28ae6

Last pushed

over 1 year by gloursdocker

Type

Compose

Manifest digest

sha256:48a0f6a8ecc1ad4f8b780b3c43ddc87655e82301d6a2ecb646489aef31c28ae6

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/devoxx-demo: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

8 days

Image


Pulls

1.1K

Stars

0

Last Updated

12 months

Image


Pulls

1.1K

Stars

0

Last Updated

5 months