mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 01:16:18 +02:00
🐳 Make traefik example easier (#6198)
This commit is contained in:
parent
2c0e18ce1c
commit
9663964790
2 changed files with 20 additions and 21 deletions
|
@ -200,6 +200,8 @@ server {
|
|||
}
|
||||
```
|
||||
|
||||
For full documentation, go to the [official website][2]
|
||||
|
||||
### Example with CADDY SERVER
|
||||
|
||||
```bash
|
||||
|
@ -212,4 +214,15 @@ penpot.mycompany.com {
|
|||
}
|
||||
```
|
||||
|
||||
For full documentation, go to the [official website][3]
|
||||
|
||||
### Example with TRAEFIK
|
||||
|
||||
In the [Penpot's docker-compose.yaml][4] file, there is a simple example with Traefik.
|
||||
For full documentation, go to the [official website][5]
|
||||
|
||||
[1]: /technical-guide/configuration/
|
||||
[2]: https://nginx.org/en/docs/index.html
|
||||
[3]: https://caddyserver.com/docs/
|
||||
[4]: https://github.com/penpot/penpot/blob/develop/docker/images/docker-compose.yaml
|
||||
[5]: https://doc.traefik.io/traefik/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue