drone: move TCP ports in safe range.

This commit is contained in:
giomba 2022-06-18 10:17:07 +02:00
parent 3aaaaa6606
commit dcdbb3c604
1 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@ services:
volumes:
- /srv/drone/app:/data
ports:
- "80:80"
- "443:443"
- "7040:80"
- "7041:443"
environment:
- DRONE_GITEA_SERVER=https://git.golem.linux.it/
- DRONE_GITEA_CLIENT_ID=6db2ee17-56ac-45d2-8609-1bb9edf20733
@ -23,7 +23,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "3000:3000"
- "7042:3000"
environment:
- DRONE_RPC_PROTO=http
- DRONE_RPC_HOST=drone