mr0x50 33338abe89 Revert "change to postgresql db"
This reverts commit 4a1efa224c842a046234272b716fde5e22d6e2df.
2025-01-27 19:55:41 +01:00
2025-01-08 14:38:30 +08:00
2025-01-27 16:19:30 +01:00
2024-07-11 14:38:19 +08:00
2025-01-27 19:55:41 +01:00
2025-01-27 16:19:30 +01:00
2025-01-27 19:55:41 +01:00
2025-01-27 19:55:41 +01:00
2024-07-05 00:37:13 -03:00
2025-01-27 16:19:30 +01:00
2024-09-14 11:02:22 +08:00

Building and running your application

When you're ready, start your application by running: docker compose up --build.

Your application will be available at http://localhost:4200.

Deploying your application to the cloud

First, build your image, e.g.: docker build -t myapp .. If your cloud uses a different CPU architecture than your development machine (e.g., you are on a Mac M1 and your cloud provider is amd64), you'll want to build the image for that platform, e.g.: docker build --platform=linux/amd64 -t myapp ..

Then, push it to your registry, e.g. docker push myregistry.com/myapp.

Consult Docker's getting started docs for more detail on building and pushing.

References

Description
NIP-29 relay
Readme MIT 234 KiB
Languages
Go 97.2%
Dockerfile 2.7%
Just 0.1%