Compare commits
2 Commits
9c6c0b315c
...
56a60a9039
Author | SHA1 | Date | |
---|---|---|---|
56a60a9039 | |||
0bc6afbb4b |
8
compose.yml
Normal file
8
compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
services:
|
||||
db:
|
||||
image: postgres
|
||||
restart: always
|
||||
environment:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
ports:
|
||||
- "5432:5432"
|
@ -20,7 +20,6 @@ export default async function App() {
|
||||
<br />
|
||||
<br /> — naresh
|
||||
<br />
|
||||
{JSON.stringify(gitea)}
|
||||
<div
|
||||
style={{
|
||||
marginTop: "2rem",
|
||||
|
@ -49,4 +49,3 @@ export async function getGiteaActivity() {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user