File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ services:
15
15
- 8.8.8.8
16
16
volumes :
17
17
- earnapp-data:/etc/earnapp
18
+ healthcheck :
19
+ disable : true
18
20
cpus : $CPU_LIMIT
19
21
mem_limit : $RAM_LIMIT
20
22
mem_reservation : $RAM_RESERVE
@@ -100,7 +102,6 @@ services:
100
102
restart : always
101
103
labels :
102
104
- project=standard
103
- hostname : $DEVICE_ID
104
105
environment :
105
106
- GRASS_USER=${GRASS_EMAIL:-}
106
107
- GRASS_PASS=${GRASS_PASSWORD:-}
@@ -109,7 +110,7 @@ services:
109
110
dns :
110
111
- 1.1.1.1
111
112
- 8.8.8.8
112
- cpus : $CPU_LIMIT
113
+ cpus : $ALT_MIN_CPU_LIMIT
113
114
mem_limit : $RAM_LIMIT
114
115
mem_reservation : $RAM_RESERVE
115
116
logging :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ services:
24
24
25
25
traffmonetizer :
26
26
container_name : traffmonetizer
27
- image : traffmonetizer/cli_v2:$ARCH
27
+ image : traffmonetizer/cli_v2${TRAFFMONETIZER_TAG:-}
28
28
restart : always
29
29
labels :
30
30
- project=standard
You can’t perform that action at this time.
0 commit comments