diff --git a/docker-compose-with-rds.yml b/docker-compose-with-rds.yml index 03e8e16..f150e89 100644 --- a/docker-compose-with-rds.yml +++ b/docker-compose-with-rds.yml @@ -41,16 +41,4 @@ services: # - "3000:3000" # environment: # - npm_config_unsafe_perm=true -# restart: "no" - jvue-artalk: - image: jvue/artalk:2.8.3 - container_name: jvue-artalk - build: - context: ./ - dockerfile: ./jvue-artalk/Dockerfile - ports: - - 8005:23366 - volumes: - - ./jvue-artalk/data:/data - - ./jvue-artalk/ssl/certs/v4.pem:/etc/ssl/certs/v4.pem - - ./jvue-artalk/ssl/certs/v4.key:/etc/ssl/certs/v4.key \ No newline at end of file +# restart: "no" \ No newline at end of file diff --git a/jvue-artalk/.gitignore b/jvue-artalk/.gitignore deleted file mode 100644 index 6d01ae1..0000000 --- a/jvue-artalk/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -v4.key -v4.pem \ No newline at end of file diff --git a/jvue-artalk/Dockerfile b/jvue-artalk/Dockerfile deleted file mode 100644 index c9ea9e2..0000000 --- a/jvue-artalk/Dockerfile +++ /dev/null @@ -1,9 +0,0 @@ -FROM artalk/artalk-go:2.8.3 -#镜像创建者的信息 -LABEL maintainer="terwer" - -# 设置编码 -ENV LANG C.UTF-8 -# 设置时区 -# ENV TZ Asia/Shanghai -ENV TZ CST-8 \ No newline at end of file diff --git a/jvue-front/components/themes/default/Artalk.vue b/jvue-front/components/themes/default/Artalk.vue index 665ce21..220b2b6 100644 --- a/jvue-front/components/themes/default/Artalk.vue +++ b/jvue-front/components/themes/default/Artalk.vue @@ -8,7 +8,6 @@