1
0
Fork 0

Add network section

This commit is contained in:
Daniele Tricoli 2022-12-04 03:04:19 +01:00
parent 17d458a42e
commit f74f15a3aa

View file

@ -31,3 +31,14 @@ dokku proxy:ports-remove woodpecker http:80:5000
dokku letsencrypt:enable woodpecker
dokku letsencrypt:cron-job --add woodpecker
```
#### For the network
Both server and agent must be able to comunicate so we put them in the same
docker network:
```
dokku network:create woodpecker-network
dokku network:set woodpecker attach-post-create woodpecker-network
```