Skip to content

Commit

Permalink
better handling of incremental update of cached docker CI containers
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Apr 30, 2024
1 parent 3e0a2b5 commit 12d267e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/server-env/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
# QPEP_GATEWAY

version: "1.0"
volumes:
- outputdata:
services:
server:
image: "project-faster/qpep-server"
Expand All @@ -34,6 +36,8 @@ services:
protocol: udp
mode: host
network_mode: "host"
volumes:
- outputdata:/root
entrypoint:
- /root/run-qpep.sh
- ${QPEP_REPO}
Expand Down

0 comments on commit 12d267e

Please sign in to comment.