Skip to content

Commit 500e045

Browse files
committed
🐳 updated docker configs
1 parent 18b83b0 commit 500e045

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ COPY --from=deps /squid/package-lock.json .
2525
COPY --from=deps /squid/node_modules node_modules
2626
COPY --from=builder /squid/lib lib
2727
ADD db db
28+
ADD assets assets
2829
ADD schema.graphql .
2930
# TODO: use shorter PROMETHEUS_PORT
3031
ENV PROCESSOR_PROMETHEUS_PORT 3000

docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ services:
99
ports:
1010
- "${DB_PORT}:5432"
1111
# command: ["postgres", "-c", "log_statement=all"]
12+
# volumes:
13+
# - ./data/db:/var/lib/postgresql/data

0 commit comments

Comments
 (0)