Skip to content

Commit

Permalink
[feat] seed deploy (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
KokiWakatsuki committed Dec 2, 2023
1 parent 3b4e69e commit eb13133
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 eb13133

Please sign in to comment.