chore: update docker-compose.yml to set a specific data volume path and modify deploy workflow to include DATA_VOLUME_PATH variable
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 6s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 6s
This commit is contained in:
@@ -18,5 +18,6 @@ jobs:
|
||||
COMPOSE_DOCKER_CLI_BUILD: 1
|
||||
AUTH_SECRET: ${{ secrets.AUTH_SECRET }}
|
||||
AUTH_URL: ${{ vars.AUTH_URL }}
|
||||
DATA_VOLUME_PATH: ${{ vars.DATA_VOLUME_PATH }}
|
||||
run: |
|
||||
docker compose up -d
|
||||
|
||||
Reference in New Issue
Block a user