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
c2666c0107835ca2490fcd11e30c3e9826fb18c5
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: 91ms Template: 4ms
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