Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
chore: Update NATS base image to version 2.10.16
Browse files Browse the repository at this point in the history
  • Loading branch information
basilelt committed Jun 12, 2024
1 parent ea8d122 commit 41ab3de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 1 addition & 7 deletions Docker/NATS/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Use the official NATS image as the base image
FROM nats:latest
FROM nats:2.10.16

# Set the working directory inside the container
WORKDIR /app

# Copy the configuration file into the container
COPY nats.conf /app/nats.conf

# Expose the NATS server port
EXPOSE 4222

# Start the NATS server
CMD ["nats-server", "-c", "/app/nats.conf"]
Empty file added Docker/NATS/nats.conf
Empty file.
8 changes: 8 additions & 0 deletions SAEMicroServices.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}

0 comments on commit 41ab3de

Please sign in to comment.