Skip to content

Commit 25d0c23

Browse files
committed
Update compose definition
1 parent 6145d4e commit 25d0c23

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

compose/compose.local.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ services:
1515
- 8.8.8.8
1616
volumes:
1717
- earnapp-data:/etc/earnapp
18+
healthcheck:
19+
disable: true
1820
cpus: $CPU_LIMIT
1921
mem_limit: $RAM_LIMIT
2022
mem_reservation: $RAM_RESERVE
@@ -100,7 +102,6 @@ services:
100102
restart: always
101103
labels:
102104
- project=standard
103-
hostname: $DEVICE_ID
104105
environment:
105106
- GRASS_USER=${GRASS_EMAIL:-}
106107
- GRASS_PASS=${GRASS_PASSWORD:-}
@@ -109,7 +110,7 @@ services:
109110
dns:
110111
- 1.1.1.1
111112
- 8.8.8.8
112-
cpus: $CPU_LIMIT
113+
cpus: $ALT_MIN_CPU_LIMIT
113114
mem_limit: $RAM_LIMIT
114115
mem_reservation: $RAM_RESERVE
115116
logging:

compose/compose.unlimited.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424

2525
traffmonetizer:
2626
container_name: traffmonetizer
27-
image: traffmonetizer/cli_v2:$ARCH
27+
image: traffmonetizer/cli_v2${TRAFFMONETIZER_TAG:-}
2828
restart: always
2929
labels:
3030
- project=standard

0 commit comments

Comments
 (0)