Changes for page Deployment

Last modified by chrisby on 2024/03/03 14:54

From version 3.8
edited by chrisby
on 2024/03/03 14:54
Change comment: There is no comment for this version
To version 3.5
edited by chrisby
on 2023/09/03 22:38
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,7 @@
1 1  (% style="text-align: justify;" %)
2 -====== docker-compose.yml ======
2 +**docker-compose.yml**
3 3  
4 -{{code language="none"}}
4 +{{code language="yaml"}}
5 5  version: "3.3"
6 6  
7 7  volumes:
... ... @@ -11,7 +11,7 @@
11 11  
12 12  services:
13 13   traefik:
14 - image: "traefik:v2.10.4"
14 + image: "traefik:latest"
15 15   container_name: "traefik"
16 16   restart: unless-stopped
17 17   command:
... ... @@ -63,8 +63,6 @@
63 63   - POSTGRES_INITDB_ARGS="--encoding=UTF8"
64 64  {{/code}}
65 65  
66 -====== Instructions ======
67 -
68 68  * Execute {{code language="none"}}docker-compose up -d{{/code}}
69 69  * Go to {{code language="none"}}https://subdomain>{{/code}}. XWiki may take a few minutes to set up.
70 70  * Once initialization is complete, simply follow the instructions, including creating an admin account.