initial codes try 11
This commit is contained in:
2
.env
2
.env
@@ -3,7 +3,7 @@
|
|||||||
# Examples:
|
# Examples:
|
||||||
# NATS_SERVERS="tls://nats01.example:4222"
|
# NATS_SERVERS="tls://nats01.example:4222"
|
||||||
# NATS_SERVERS="nats://127.0.0.1:4222"
|
# NATS_SERVERS="nats://127.0.0.1:4222"
|
||||||
NATS_SERVERS="tls://cloud.ikeja.co.za:4222"
|
NATS_SERVERS="nats://cloud.ikeja.co.za:4222"
|
||||||
|
|
||||||
# --- Optional ---
|
# --- Optional ---
|
||||||
# Queue group (leave empty to receive every registration message)
|
# Queue group (leave empty to receive every registration message)
|
||||||
|
|||||||
@@ -15,6 +15,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
tini curl dos2unix \
|
tini curl dos2unix \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates tini curl dos2unix \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Python deps (no venv needed on this base image)
|
# Python deps (no venv needed on this base image)
|
||||||
RUN python -m pip install --no-cache-dir --upgrade pip nats-py
|
RUN python -m pip install --no-cache-dir --upgrade pip nats-py
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user