Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
parklize committed Aug 7, 2024
2 parents 739d403 + bc7ab52 commit 1d11182
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 88 deletions.
3 changes: 0 additions & 3 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ VOLUME /var/lib/influxdb2 /etc/influxdb2

COPY default-config.yml /etc/defaults/influxdb2/config.yml
COPY entrypoint.sh /entrypoint.sh
COPY create_buckets.sh /create_buckets.sh
RUN chmod +x /entrypoint.sh
RUN chmod +x /create_buckets.sh

ENTRYPOINT ["/entrypoint.sh"]
CMD ["influxd"]
Expand All @@ -121,4 +119,3 @@ ENV DOCKER_INFLUXDB_INIT_PASSWORD glaciation
ENV DOCKER_INFLUXDB_INIT_ORG glaciation
ENV DOCKER_INFLUXDB_INIT_BUCKET data_access

#CMD ["/bin/bash", "-c", "/create_buckets.sh"]
15 changes: 0 additions & 15 deletions server/charts/server/templates/pvc.yaml

This file was deleted.

70 changes: 0 additions & 70 deletions server/charts/server/templates/statefulset.yaml

This file was deleted.

0 comments on commit 1d11182

Please sign in to comment.