sha256:48a0f6a8ecc1ad4f8b780b3c43ddc87655e82301d6a2ecb646489aef31c28ae6
Last pushed
over 1 year by gloursdocker
Type
Compose
Manifest digest
sha256:48a0f6a8ecc1ad4f8b780b3c43ddc87655e82301d6a2ecb646489aef31c28ae6
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 compose -f oci://gloursdocker/devoxx-demo:latest upUse the above command to pull and run the Compose file. Learn more.
MySQL is a widely used, open-source relational database management system (RDBMS).
Pulls
1B+
Stars
16185
Last Updated
7 days