diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 006ecd05..00000000 --- a/Dockerfile +++ /dev/null @@ -1,7 +0,0 @@ -FROM node:latest -EXPOSE 13120 -WORKDIR / -#COPY config/default.json /data/gancio/config/gancio_config.json -RUN yarn global add gancio -ENTRYPOINT ["gancio", "start", "--config", "/data/gancio/gancio_config.json"] -#CMD ["gancio", "start", "--config", "/data/gancio/gancio_config.json"] diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index c0fd472c..00000000 --- a/docker-compose.yml +++ /dev/null @@ -1,34 +0,0 @@ -version: '3' - -services: - db: - image: postgres - container_name: postgres - volumes: - # - ./db.sql:docker-entrypoint-initdb.d/db.sql - - db:/var/lib/postgres - - /etc/localtime:/etc/localtime:ro - environment: - - POSTGRES_USER=gancio - - POSTGRES_DB=gancio - - POSTGRES_PASSWORD=gancio - restart: always - ports: - - 5432:5432 - app: - image: node:latest - container_name: gancio - build: . - volumes: - - ./db.sqlite:/data/gancio/db.sqlite - - ./gancio_config.json:/data/gancio/gancio_config.json:ro - - ./uploads:/data/gancio/uploads - depends_on: - - db - ports: - - 13120:13120 -volumes: - db: - gancio: - - diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 987c03f0..efddd8e6 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -30,4 +30,4 @@ services: - 13120:13120 volumes: db: - gancio: \ No newline at end of file + gancio: