update: add caddy network
This commit is contained in:
parent
3277e1d4c4
commit
c2b3c2189c
1 changed files with 3 additions and 1 deletions
|
|
@ -59,6 +59,7 @@ services:
|
|||
restart: always
|
||||
networks:
|
||||
- gitea_network
|
||||
- caddy_network
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
|
|
@ -99,4 +100,5 @@ services:
|
|||
networks:
|
||||
gitea_network:
|
||||
driver: bridge
|
||||
|
||||
caddy_network:
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue