Skip to content

Commit

Permalink
Use tmpfs for tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
ggodlewski committed Jul 26, 2024
1 parent a4b0145 commit 1e6701c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/DevelopServerDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
docker run -d --name wikigdrive-develop \
--restart unless-stopped \
--network nginx \
--tmpfs /tmp \
-v wikiGDriveDevelop:/data \
-v /home/wikigdrive/service_account.json:/service_account.json \
-v /home/wikigdrive/env.develop:/usr/src/app/.env \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ProdServerDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- name: Start
run: |
docker run -d --name wikigdrive-prod \
--tmpfs /tmp \
-v wikiGDriveProd:/data \
-v /home/wikigdrive/service_account.json:/service_account.json \
-v /home/wikigdrive/env.prod:/usr/src/app/.env \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
docker run -d --name "pr-${{ github.event.number }}" \
--restart unless-stopped \
--network nginx \
--tmpfs /tmp \
-v "pr-${{ github.event.number }}":/data \
-v /home/wikigdrive/service_account.json:/service_account.json \
-v /home/wikigdrive/env.develop:/usr/src/app/.env \
Expand Down

0 comments on commit 1e6701c

Please sign in to comment.