]> git.feebdaed.xyz Git - lgtm-rsvp.git/commitdiff
add config to volume
authorseantywork <seantywork@gmail.com>
Sat, 19 Jul 2025 16:38:21 +0000 (16:38 +0000)
committerseantywork <seantywork@gmail.com>
Sat, 19 Jul 2025 16:38:21 +0000 (16:38 +0000)
.dockerignore
README.md
docker.sh

index d70ebaa1da94673f4d49dc4547fc91e6d327b2d2..e6424e1b184e3a1994ef0e3640718d0b9ac5ac8e 100644 (file)
@@ -1 +1,4 @@
-public
\ No newline at end of file
+public
+api.json
+oauth.json
+config.yaml
\ No newline at end of file
index 824bfbf2df280fedbc80ee80614fe118135e8293..d2ba076076caf4507437944fcc2357ccd30fbcb9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ If you set "kakao_share" other than blank string, it means you're going to use K
 
 ```
 
-6. If you choose to use Oauth2, you also need to create oauth.json file,
+6. You also need to create oauth.json file, even if you choose not to use Oauth2
 
 Google how to get it.
 
index a461bf52160bffadfbcf910d917ade07c27251f4..53ee039ddfbfe3ec02ea73dafcf2b53941f91180 100755 (executable)
--- a/docker.sh
+++ b/docker.sh
@@ -25,4 +25,7 @@ podman run -d --restart=always \
     -v ./data:/workspace/data \
     -v ./log:/workspace/log \
     -v ./public:/workspace/public \
+    -v ./api.json:/workspace/api.json \
+    -v ./oauth.json:/workspace/oauth.json \
+    -v ./config.yaml:/workspace/config.yaml \
     localhost/lgtm-rsvp 
\ No newline at end of file