mend
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
8c536b9710
commit
24b0700054
|
@ -42,6 +42,7 @@ services:
|
||||||
- letsencrypt-git:/etc/letsencrypt
|
- letsencrypt-git:/etc/letsencrypt
|
||||||
networks:
|
networks:
|
||||||
- appnet
|
- appnet
|
||||||
|
- externalnet
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
- 443:443
|
- 443:443
|
||||||
|
@ -65,6 +66,7 @@ services:
|
||||||
- letsencrypt-drone:/etc/letsencrypt
|
- letsencrypt-drone:/etc/letsencrypt
|
||||||
networks:
|
networks:
|
||||||
- appnet
|
- appnet
|
||||||
|
- externalnet
|
||||||
gitea:
|
gitea:
|
||||||
# gitea application
|
# gitea application
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -118,6 +120,7 @@ services:
|
||||||
- NGROK_AUTH_TOKEN=${NGROK_AUTH_TOKEN}
|
- NGROK_AUTH_TOKEN=${NGROK_AUTH_TOKEN}
|
||||||
networks:
|
networks:
|
||||||
- appnet
|
- appnet
|
||||||
|
- externalnet
|
||||||
drone-server:
|
drone-server:
|
||||||
# drone server application
|
# drone server application
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Reference in New Issue