Logo
Explore Help
Sign In
phundrak/phundrak.com-frontend
1
0
Fork 0
You've already forked phundrak.com-frontend
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
59e30f919cfd0a36d2862262d1c4790a38415892
phundrak.com-frontend/docker-compose.yml

14 lines
195 B
YAML
Raw Normal View History

feat(backend): add initial backend Backend as is can query GitHub for the information that will be necessary later on in the frontend's pages. It does not cache this information yet though. Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-02-04 12:51:14 +01:00
version: '3'
services:
redis:
image: redis:alpine
restart: unless-stopped
phuncache:
build: .
restart: unless-stopped
ports:
fix(backend): Fix port exposed by backend Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-02-09 12:01:15 +01:00
- 8080:8080
feat(backend): add initial backend Backend as is can query GitHub for the information that will be necessary later on in the frontend's pages. It does not cache this information yet though. Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-02-04 12:51:14 +01:00
env_file:
- .env
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 82ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API