Skip to content

Commit

Permalink
Upgrade to GenieACS 1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Fernández authored and Sergio Fernández committed Mar 23, 2024
1 parent e05f6ff commit a8e741d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# GenieACS v1.2 Dockerfile #
############################

FROM node:18-buster
FROM node:20-bullseye
LABEL maintainer="acsdesk@protonmail.com"

RUN apt-get update && apt-get install -y sudo supervisor git
RUN mkdir -p /var/log/supervisor

#RUN npm install -g --unsafe-perm genieacs@1.2.9
#RUN npm install -g --unsafe-perm genieacs@1.2.11
WORKDIR /opt
RUN git clone https://github.com/genieacs/genieacs.git -b v1.2.9 --depth 1
RUN git clone https://github.com/genieacs/genieacs.git -b v1.2.11 --depth 1
WORKDIR /opt/genieacs
RUN npm install
RUN npm i -D tslib
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ version: "3"
services:
# Dockerfile here: https://github.com/docker-library/mongo/blob/6932ac255d29759af9a74c6931faeb02de0fe53e/4.0/Dockerfile
mongo:
image: mongo:4.4
image: mongo:7.0
restart: always
container_name: "mongo"
container_name: "mongo-genieacs"
environment:
# - MONGO_INITDB_ROOT_USERNAME=userchange
# - MONGO_INITDB_ROOT_PASSWORD=passwordchange
Expand All @@ -23,7 +23,7 @@ services:
genieacs:
depends_on:
- 'mongo'
image: drumsergio/genieacs:1.2.9
image: drumsergio/genieacs:1.2.11
restart: always
container_name: "genieacs"
environment:
Expand Down

0 comments on commit a8e741d

Please # to comment.