Skip to content

Commit

Permalink
Merge pull request #229 from NUTFes/feat/wktk/228-seeds-deploy
Browse files Browse the repository at this point in the history
Seedsのデプロイ
  • Loading branch information
KokiWakatsuki authored Dec 2, 2023
2 parents 3b4e69e + eb13133 commit 9fb04c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,6 @@ typings/
/api/.env.local
/seeds.env

/api/config/credentials.yml.enc
/api/config/credentials.yml.enc

/cloudflare
7 changes: 7 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
version: "3"
services:
cloudflare:
image: cloudflare/cloudflared:latest
container_name: "seeds_cloudflare"
volumes:
- ./cloudflare/prod:/home/nonroot/.cloudflared
command: tunnel run

seeds_api:
build: ./api
container_name: "seeds_api"
Expand Down

0 comments on commit 9fb04c4

Please sign in to comment.