Skip to content

Commit

Permalink
Merge pull request #296 from hackupc/fix-docker
Browse files Browse the repository at this point in the history
Add volume to store files
  • Loading branch information
jmiarons authored Feb 22, 2024
2 parents 08f2eab + 89b310b commit ba705c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ services:
build: .
ports:
- "${MYHACKUPC_PORT}:8000" # Map Gunicorn port
volumes:
- ./files:/code/files
expose:
- "${MYHACKUPC_PORT}"
env_file:
Expand Down

0 comments on commit ba705c1

Please sign in to comment.