Skip to content

Commit

Permalink
Add registry content volume mount
Browse files Browse the repository at this point in the history
  • Loading branch information
lann committed Jul 14, 2023
1 parent 0f1e036 commit 35354e3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ primary_region = "ord"
[env]
WARG_LISTEN = "0.0.0.0:8090"
WARG_DATA_STORE = "postgres"
WARG_CONTENT_DIR = "/tmp"
WARG_CONTENT_DIR = "/mnt/registry_content"

[[mounts]]
source = "preview_registry_content"
destination = "/mnt/registry_content"

[http_service]
internal_port = 8090
force_https = true

[experimental]
cmd = ["--database-run-migrations"]
cmd = ["--database-run-migrations"]

0 comments on commit 35354e3

Please sign in to comment.