Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
AvidDabbler committed Feb 4, 2024
1 parent 5e4928c commit 4d91f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV MAPBOX_ACCESS_TOKEN=${MAPBOX_ACCESS_TOKEN}
ENV GTFS_URL=${GTFS_URL}
ENV ADMIN_EMAIL=${ADMIN_EMAIL}
ENV ADMIN_PASSWORD=${ADMIN_PASSWORD}
ENV REPLICA_URL=s3://${S3_BUCKET}/data.db
ENV REPLICA_URL=s3://${S3_BUCKET}/data

ADD https://github.com/benbjohnson/litestream/releases/download/v0.3.8/litestream-v0.3.8-linux-amd64-static.tar.gz /tmp/litestream.tar.gz
RUN tar -C /usr/local/bin -xzf /tmp/litestream.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion etc/litestream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ access-key-id: ${AWS_ACCESS_KEY_ID}
secret-access-key: ${AWS_SECRET_ACCESS_KEY}

dbs:
- path: drizzle/data.db
- path: /drizzle/data.db
replicas:
- url: ${REPLICA_URL}

0 comments on commit 4d91f16

Please sign in to comment.