File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,17 @@ app = "paris-coder"
2
2
primary_region = " cdg"
3
3
4
4
[experimental ]
5
- entrypoint = [" /opt/coder " , " wsproxy " , " server" ]
5
+ entrypoint = [" /bin/sh " , " -c " , " CODER_DERP_SERVER_RELAY_URL= \" http://${FLY_PRIVATE_IP}:3000 \" /opt/coder wsproxy server" ]
6
6
auto_rollback = true
7
7
8
8
[build ]
9
9
image = " ghcr.io/coder/coder-preview:main"
10
10
11
11
[env ]
12
- CODER_ACCESS_URL = " https://paris-coder .fly.dev"
12
+ CODER_ACCESS_URL = " https://paris.fly.dev.coder.com "
13
13
CODER_HTTP_ADDRESS = " 0.0.0.0:3000"
14
14
CODER_PRIMARY_ACCESS_URL = " https://dev.coder.com"
15
+ CODER_WILDCARD_ACCESS_URL = " https://*--apps.paris.fly.dev.coder.com"
15
16
16
17
[http_service ]
17
18
internal_port = 3000
@@ -21,6 +22,6 @@ primary_region = "cdg"
21
22
min_machines_running = 0
22
23
23
24
[[vm ]]
24
- cpu_kind = " shared "
25
+ cpu_kind = " performance "
25
26
cpus = 1
26
27
memory_mb = 512
Original file line number Diff line number Diff line change @@ -2,17 +2,18 @@ app = "sao-paulo-coder"
2
2
primary_region = " gru"
3
3
4
4
[experimental ]
5
- entrypoint = [" /opt/coder " , " wsproxy " , " server" ]
5
+ entrypoint = [" /bin/sh " , " -c " , " CODER_DERP_SERVER_RELAY_URL= \" http://${FLY_PRIVATE_IP}:3000 \" /opt/coder wsproxy server" ]
6
6
auto_rollback = true
7
7
8
8
[build ]
9
9
image = " ghcr.io/coder/coder-preview:main"
10
10
11
11
[env ]
12
- CODER_ACCESS_URL = " https://sao-paulo-coder .fly.dev"
12
+ CODER_ACCESS_URL = " https://sao-paulo.fly.dev.coder.com "
13
13
CODER_HTTP_ADDRESS = " 0.0.0.0:3000"
14
14
CODER_PRIMARY_ACCESS_URL = " https://dev.coder.com"
15
-
15
+ CODER_WILDCARD_ACCESS_URL = " https://*--apps.sao-paulo.fly.dev.coder.com"
16
+
16
17
[http_service ]
17
18
internal_port = 3000
18
19
force_https = true
@@ -21,6 +22,6 @@ primary_region = "gru"
21
22
min_machines_running = 0
22
23
23
24
[[vm ]]
24
- cpu_kind = " shared "
25
+ cpu_kind = " performance "
25
26
cpus = 1
26
27
memory_mb = 512
Original file line number Diff line number Diff line change @@ -2,16 +2,17 @@ app = "sydney-coder"
2
2
primary_region = " syd"
3
3
4
4
[experimental ]
5
- entrypoint = [" /opt/coder " , " wsproxy " , " server" ]
5
+ entrypoint = [" /bin/sh " , " -c " , " CODER_DERP_SERVER_RELAY_URL= \" http://${FLY_PRIVATE_IP}:3000 \" /opt/coder wsproxy server" ]
6
6
auto_rollback = true
7
7
8
8
[build ]
9
9
image = " ghcr.io/coder/coder-preview:main"
10
10
11
11
[env ]
12
- CODER_ACCESS_URL = " https://sydney-coder .fly.dev"
12
+ CODER_ACCESS_URL = " https://sydney.fly.dev.coder.com "
13
13
CODER_HTTP_ADDRESS = " 0.0.0.0:3000"
14
14
CODER_PRIMARY_ACCESS_URL = " https://dev.coder.com"
15
+ CODER_WILDCARD_ACCESS_URL = " https://*--apps.sydney.fly.dev.coder.com"
15
16
16
17
[http_service ]
17
18
internal_port = 3000
@@ -21,6 +22,6 @@ primary_region = "syd"
21
22
min_machines_running = 0
22
23
23
24
[[vm ]]
24
- cpu_kind = " shared "
25
+ cpu_kind = " performance "
25
26
cpus = 1
26
27
memory_mb = 512
You can’t perform that action at this time.
0 commit comments