Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Giona Righini committed Aug 18, 2024
1 parent 6461152 commit e52a397
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

- create a new db
- configure `.env` file like .env.example
- default for docker-compose: `../configs/directus.env`
- default for docker compose: `../configs/directus.env`

```
# docker-compose --env-file ../configs/.env up -d
docker-compose up -d
# docker compose --env-file ../configs/.env up -d
docker compose up -d
```

## Installation and CI
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ services:
# container_name: directus-monorepo-cicd
volumes:
- "${DIRECTUS_SHARE:-../directus_share}:/workspace/directus/uploads"
env_file:
- "${DIRECTUS_ENV_FILE:-../config/.env}"
# env_file:
# - "${DIRECTUS_ENV_FILE:-../config/.env}"
image: sacconazzo/directus-monorepo-cicd
restart: unless-stopped
ports:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "directus-monorepo-cicd-boilerplate",
"version": "2.0.2",
"version": "2.0.3",
"author": "Giona Righini (sacconazzo)",
"license": "MIT",
"description": "directus on google cloud run",
Expand Down

0 comments on commit e52a397

Please sign in to comment.