-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
renamed NEXT_PUBLIC_URL as this var get internally renamed by nextjs
- Loading branch information
Showing
9 changed files
with
40 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
### CV-Manager with Postgres backend | ||
Ready to use setup with postgres database adapter and starting the following docker images: | ||
* caddy as proxy server with self-signed certificates | ||
* postgres | ||
* gotenberg | ||
* pgadmin (optional) | ||
* pgbackup (optional) | ||
* cv-manager | ||
|
||
#### Secrets | ||
Adjust at least the following secrets in the `.env` file to ensure you're running the instance with your own secrets: | ||
* `PAYLOAD_SECRET` | ||
* `PRINTER_SECRET` | ||
* `S3_SECRET_ACCESS_KEY` | ||
* `S3_ACCESS_KEY_ID` | ||
* `MINIO_ROOT_PASSWORD` | ||
|
||
#### Accessible URL | ||
Adjust the `PUBLIC_URL` to the URL under which the instance should be accessible and define the same hostname in the `Caddyfile` configuration. | ||
|
||
### Run the application | ||
Start the docker image in the desired directory: | ||
``` | ||
docker compose up -f | ||
``` | ||
Open https://localhost or the provided `PUBLIC_URL` in your browser and log-in with the default credentials: | ||
|
||
* Username: [email protected] | ||
* Password: admin | ||
|
||
⚠️ Please change the use account as soon as possible. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters