mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
README.md
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
Free, open-source, and self-hosted solution for automated backup and restoration of your database instances.
|
Free, open-source, and self-hosted solution for automated backup and restoration of your database instances.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](https://hub.docker.com/r/solucetechnologies/portabase)
|
[](https://hub.docker.com/r/solucetechnologies/portabase)
|
||||||
[](https://github.com/RostislavDugin/postgresus)
|
[](https://github.com/RostislavDugin/postgresus)
|
||||||
|
|
||||||
@@ -86,7 +86,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- '8887:80'
|
- '8887:80'
|
||||||
environment:
|
environment:
|
||||||
- TIME_ZONE="Europe/Paris"
|
- TZ="Europe/Paris"
|
||||||
volumes:
|
volumes:
|
||||||
- portabase-private:/app/private
|
- portabase-private:/app/private
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ export const EmailLayout = ({ children, preview }: PropsWithChildren<{ preview?:
|
|||||||
{preview ? <Preview>{preview}</Preview> : <Preview>Please check your mails</Preview>}
|
{preview ? <Preview>{preview}</Preview> : <Preview>Please check your mails</Preview>}
|
||||||
<Body className="bg-gray-100 py-4" style={{ fontFamily: "Arial, sans-serif" }}>
|
<Body className="bg-gray-100 py-4" style={{ fontFamily: "Arial, sans-serif" }}>
|
||||||
<Container className="bg-white border border-gray-200 p-12">
|
<Container className="bg-white border border-gray-200 p-12">
|
||||||
<Img src={`${baseUrl}/images/logo-black.png`} width="200" height="auto" alt="Logo" />
|
<Img src={`${baseUrl}/images/logo-dark.png`} width="200" height="auto" alt="Logo" />
|
||||||
<Section>{children}</Section>
|
<Section>{children}</Section>
|
||||||
</Container>
|
</Container>
|
||||||
</Body>
|
</Body>
|
||||||
|
|||||||
Reference in New Issue
Block a user