sha256:1904ae7b4091215d675edc9b6ef4a71881f7d51c9cfb4383f5b18532f4265a2b
Last pushed
5 months by gloursdocker
Type
Compose
Manifest digest
sha256:1904ae7b4091215d675edc9b6ef4a71881f7d51c9cfb4383f5b18532f4265a2b
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/zephyr-app: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
8 days