mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-07-17 16:35:58 +00:00
Set static port for cache proxy server
This commit is contained in:
parent
891006ae61
commit
199f863409
2 changed files with 4 additions and 0 deletions
|
|
@ -48,6 +48,9 @@ cache:
|
|||
# If it's specified, act_runner will use this URL as the ACTIONS_CACHE_URL rather than start a server by itself.
|
||||
# The URL should generally end with "/".
|
||||
external_server: ""
|
||||
# The port bound by the internal cache proxy.
|
||||
# 0 means to use a random available port.
|
||||
proxy_port: 4001
|
||||
|
||||
container:
|
||||
# Specifies the network to which the container will connect.
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ services:
|
|||
- dind
|
||||
ports:
|
||||
- "{{ ansible_default_ipv4.address }}:4000:4000"
|
||||
- "{{ ansible_default_ipv4.address }}:4001:4001"
|
||||
|
||||
dind:
|
||||
image: docker:dind
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue