File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,15 @@ services:
3
3
php-solid-server :
4
4
build :
5
5
context : .
6
+ container_name : php-solid-server
6
7
environment :
7
8
# During development it can be useful to set the ENVIRONMENT to "development"
8
9
# in order to see more details about the errors.
9
10
# ENVIRONMENT: development
10
11
USERNAME : alice
11
12
PASSWORD : alice123
13
+ # To change the root from https://localhost to something sensible , set SERVER_ROOT, for example:
14
+ # SERVER_ROOT: https://nextcloud.local
12
15
# to run in HTTP mode, set PROXY_MODE
13
16
# PROXY_MODE: true
14
17
PUBSUB_URL : http://pubsub:8080
@@ -19,6 +22,7 @@ services:
19
22
- .:/app/
20
23
# @TODO: The storage directory should be mounted separately
21
24
# as it really _should_ live outside the code directory
25
+
22
26
pubsub :
23
27
build :
24
28
context : https://github.com/pdsinterop/php-solid-pubsub-server.git#main
You can’t perform that action at this time.
0 commit comments