@@ -10,7 +10,7 @@ services:
10
10
NGINX_AGENT_SERVER_HOST : ' agent.connect.nginx.com'
11
11
NGINX_AGENT_SERVER_GRPCPORT : ' 443'
12
12
NGINX_AGENT_TLS_ENABLE : ' true'
13
- NGINX_AGENT_SERVER_TOKEN : $TOKEN # Datakey From One Console
13
+ NGINX_AGENT_SERVER_TOKEN : $TOKEN # Dataplane key From Nginx One Console
14
14
NGINX_AGENT_INSTANCE_GROUP : $NAME-sync-group
15
15
hostname : $NAME-plus1
16
16
container_name : $NAME-plus1
@@ -32,7 +32,7 @@ services:
32
32
NGINX_AGENT_SERVER_HOST : ' agent.connect.nginx.com'
33
33
NGINX_AGENT_SERVER_GRPCPORT : ' 443'
34
34
NGINX_AGENT_TLS_ENABLE : ' true'
35
- NGINX_AGENT_SERVER_TOKEN : $TOKEN # Datakey Fron Nginx One Console
35
+ NGINX_AGENT_SERVER_TOKEN : $TOKEN # Dataplane key From Nginx One Console
36
36
NGINX_AGENT_INSTANCE_GROUP : $NAME-sync-group
37
37
hostname : $NAME-plus2
38
38
container_name : $NAME-plus2
@@ -54,7 +54,7 @@ services:
54
54
NGINX_AGENT_SERVER_HOST : ' agent.connect.nginx.com'
55
55
NGINX_AGENT_SERVER_GRPCPORT : ' 443'
56
56
NGINX_AGENT_TLS_ENABLE : ' true'
57
- NGINX_AGENT_SERVER_TOKEN : $TOKEN # Datakey Fron Nginx One Console
57
+ NGINX_AGENT_SERVER_TOKEN : $TOKEN # Dataplane key From Nginx One Console
58
58
NGINX_AGENT_INSTANCE_GROUP : $NAME-sync-group
59
59
hostname : $NAME-plus3
60
60
container_name : $NAME-plus3
@@ -71,35 +71,35 @@ services:
71
71
- ' 9113' # Open for Prometheus Scraper page
72
72
restart : always
73
73
#
74
- # plus4: # Debian R33 NGINX Plus Web / Load Balancer
75
- # environment:
76
- # NGINX_AGENT_SERVER_HOST: 'agent.connect.nginx.com'
77
- # NGINX_AGENT_SERVER_GRPCPORT: '443'
78
- # NGINX_AGENT_TLS_ENABLE: 'true'
79
- # NGINX_AGENT_SERVER_TOKEN: $TOKEN # Datakey Fron Nginx One Console
80
- # NGINX_LICENSE_JWT: $JWT
81
- # NGINX_AGENT_INSTANCE_GROUP: $NAME-sync-group
82
- # hostname: $NAME-plus4
83
- # container_name: $NAME-plus4
84
- # image: private-registry.nginx.com/nginx-plus/agent:debian # From Nginx Private Registry R33
85
- # volumes: # Sync these folders to container
86
- - ./nginx-plus/etc/nginx/nginx.conf:/etc/nginx/nginx.conf
87
- - ./nginx-plus/etc/nginx/conf.d:/etc/nginx/conf.d
88
- - ./nginx-plus/etc/nginx/includes:/etc/nginx/includes
89
- - ./nginx-plus/usr/share/nginx/html:/usr/share/nginx/html
90
- # ports:
91
- # - '80' # Open for HTTP
92
- # - '443' # Open for HTTPS
93
- # - '9000' # Open for API / Dashboard page
94
- # - '9113' # Open for Prometheus Scraper page
95
- # restart: always
74
+ # plus4: # Debian R33 NGINX Plus Web / Load Balancer
75
+ # environment:
76
+ # NGINX_AGENT_SERVER_HOST: 'agent.connect.nginx.com'
77
+ # NGINX_AGENT_SERVER_GRPCPORT: '443'
78
+ # NGINX_AGENT_TLS_ENABLE: 'true'
79
+ # NGINX_AGENT_SERVER_TOKEN: $TOKEN # Dataplane key From Nginx One Console
80
+ # NGINX_LICENSE_JWT: $JWT
81
+ # NGINX_AGENT_INSTANCE_GROUP: $NAME-sync-group
82
+ # hostname: $NAME-plus4
83
+ # container_name: $NAME-plus4
84
+ # image: private-registry.nginx.com/nginx-plus/agent:debian # From Nginx Private Registry R33
85
+ # volumes: # Sync these folders to container
86
+ # - ./nginx-plus/etc/nginx/nginx.conf:/etc/nginx/nginx.conf
87
+ # - ./nginx-plus/etc/nginx/conf.d:/etc/nginx/conf.d
88
+ # - ./nginx-plus/etc/nginx/includes:/etc/nginx/includes
89
+ # - ./nginx-plus/usr/share/nginx/html:/usr/share/nginx/html
90
+ # ports:
91
+ # - '80' # Open for HTTP
92
+ # - '443' # Open for HTTPS
93
+ # - '9000' # Open for API / Dashboard page
94
+ # - '9113' # Open for Prometheus Scraper page
95
+ # restart: always
96
96
#
97
97
oss1 : # Debian NGINX OSS Web / Load Balancer
98
98
environment :
99
99
NGINX_AGENT_SERVER_HOST : ' agent.connect.nginx.com'
100
100
NGINX_AGENT_SERVER_GRPCPORT : ' 443'
101
101
NGINX_AGENT_TLS_ENABLE : ' true'
102
- NGINX_AGENT_SERVER_TOKEN : $TOKEN # Datakey Fron Nginx One Console
102
+ NGINX_AGENT_SERVER_TOKEN : $TOKEN # Dataplane key From Nginx One Console
103
103
hostname : $NAME-oss1
104
104
container_name : $NAME-oss1
105
105
image : docker-registry.nginx.com/nginx/agent:mainline # From Docker Public Registry
@@ -121,7 +121,7 @@ services:
121
121
NGINX_AGENT_SERVER_HOST : ' agent.connect.nginx.com'
122
122
NGINX_AGENT_SERVER_GRPCPORT : ' 443'
123
123
NGINX_AGENT_TLS_ENABLE : ' true'
124
- NGINX_AGENT_SERVER_TOKEN : $TOKEN # Datakey Fron Nginx One Console
124
+ NGINX_AGENT_SERVER_TOKEN : $TOKEN # Dataplane key From Nginx One Console
125
125
hostname : $NAME-oss2
126
126
container_name : $NAME-oss2
127
127
image : docker-registry.nginx.com/nginx/agent:alpine # From Docker Public Registry
@@ -143,7 +143,7 @@ services:
143
143
NGINX_AGENT_SERVER_HOST : ' agent.connect.nginx.com'
144
144
NGINX_AGENT_SERVER_GRPCPORT : ' 443'
145
145
NGINX_AGENT_TLS_ENABLE : ' true'
146
- NGINX_AGENT_SERVER_TOKEN : $TOKEN # Datakey Fron Nginx One Console
146
+ NGINX_AGENT_SERVER_TOKEN : $TOKEN # Dataplane key From Nginx One Console
147
147
hostname : $NAME-oss3
148
148
container_name : $NAME-oss3
149
149
image : docker-registry.nginx.com/nginx/agent:1.26-alpine # From Docker Public Registry
0 commit comments