aboutsummaryrefslogtreecommitdiffhomepage
path: root/compose.yaml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-11-08 16:44:28 +0900
committernsfisis <nsfisis@gmail.com>2025-11-08 16:44:28 +0900
commit8082931484f147189186974d0dfd7a45b8e9563b (patch)
tree1b297613259a6e9fde11c871c62768e6972e26fc /compose.yaml
parent248c169c757fe9aeca0defc67cc8297e07a876d0 (diff)
downloadfeedaka-8082931484f147189186974d0dfd7a45b8e9563b.tar.gz
feedaka-8082931484f147189186974d0dfd7a45b8e9563b.tar.zst
feedaka-8082931484f147189186974d0dfd7a45b8e9563b.zip
refactor(backend): Centralize environment variable loading in config.go
Diffstat (limited to 'compose.yaml')
-rw-r--r--compose.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/compose.yaml b/compose.yaml
index b65ea57..ba00ad9 100644
--- a/compose.yaml
+++ b/compose.yaml
@@ -8,7 +8,6 @@ services:
- '127.0.0.1:8002:8080'
environment:
TZ: Asia/Tokyo
- FEEDAKA_PORT: '8080'
env_file:
- .env
restart: always