Skip to content

Commit

Permalink
Update template files
Browse files Browse the repository at this point in the history
  • Loading branch information
Vic Shóstak committed Oct 9, 2023
1 parent 6b0067f commit c0ef46c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,20 @@ it to create a new [default][repo_default_config] config file:
go run github.com/koddr/{{PROJECT}}@latest init
```

Edit a config file with your settings and options. Next, run a generation
process to build Docker files to deploy your project:
Edit a config file with your settings and options.

Next, run a generation process to build Docker files to deploy your project:

```console
go run github.com/koddr/{{PROJECT}}@latest generate
```

And now, deploy your project by the generated `docker-compose.yml` file to the
remote server (for example, with the [Portainer][portainer_url] platform).
And now, deploy your project by the generated `Dockerfile` and
`docker-compose.yml` files in the current folder to the remote server

> 👆 Tip: We're strongly recommended to use the awesome
> [Portainer][portainer_url] platform (or a self-hosted Community Edition)
> for the deploying process.
That's it! 🔥 A wonderful ...

Expand Down

0 comments on commit c0ef46c

Please sign in to comment.