Sign inSign up

gloursdocker/test-app-publish:latest

Manifest digest

sha256:26f946c7c7faaac53a8b98b3ea368d2e89d79ad431bf4d7ff6aea492e5d434f8

Last pushed

12 months by gloursdocker

Type

Compose

Manifest digest

sha256:26f946c7c7faaac53a8b98b3ea368d2e89d79ad431bf4d7ff6aea492e5d434f8

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
services:
  api:
    image: docker.io/gloursdocker/avatars-api:latest@sha256:cb6d9fdf53f8aa971abbe0b2d7aa6d8228b8db94ff3f83fbc3e941c6c450da4f
  db:
    image: docker.io/library/mysql:latest@sha256:91447968e66961302339ec4dc4d385f5e1a957d98e63c7d52ecf8b1de0907346
  web:
    image: docker.io/gloursdocker/avatars-web:latest@sha256:02fee9c746114773bef4ede982d75e6ef5a3805b773fb954e5600779cea49a85

Docker commands

docker compose -f oci://gloursdocker/test-app-publish: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

16191

Last Updated

about 14 hours

Image


Pulls

1.1K

Stars

0

Last Updated

12 months

Image


Pulls

1.1K

Stars

0

Last Updated

5 months