Update Installation
parent
85a3ccc6d4
commit
93a4dce764
@ -435,8 +435,11 @@ CONTAINER ID IMAGE COMMAND CREATED
|
|||||||
8b2215a8b374 gitea.dege.au/bbs/clrghouz "/sbin/init php-fpm" 4 minutes ago Up 4 minutes 80/tcp, 9000/tcp clrghouz-queue-1
|
8b2215a8b374 gitea.dege.au/bbs/clrghouz "/sbin/init php-fpm" 4 minutes ago Up 4 minutes 80/tcp, 9000/tcp clrghouz-queue-1
|
||||||
0db2f7b8adba tobi312/minio "/usr/bin/docker-ent…" 4 minutes ago Up 4 minutes (healthy) 9000/tcp, 0.0.0.0:9001->9001/tcp, :::9001->9001/tcp clrghouz-minio-1
|
0db2f7b8adba tobi312/minio "/usr/bin/docker-ent…" 4 minutes ago Up 4 minutes (healthy) 9000/tcp, 0.0.0.0:9001->9001/tcp, :::9001->9001/tcp clrghouz-minio-1
|
||||||
a29cf9497ca0 postgres:15-alpine "docker-entrypoint.s…" 4 minutes ago Up 4 minutes 5432/tcp clrghouz-postgres-1
|
a29cf9497ca0 postgres:15-alpine "docker-entrypoint.s…" 4 minutes ago Up 4 minutes 5432/tcp clrghouz-postgres-1
|
||||||
|
009ff7e52ddc memcached:alpine "docker-entrypoint.s_" 2 days ago Up 2 days 11211/tcp clrghouz-memcached-1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
*NOTE:* The haproxy container wont be running, as we need to give it some config files below.
|
||||||
|
|
||||||
## Final Setup
|
## Final Setup
|
||||||
|
|
||||||
Some final steps that we need to do.
|
Some final steps that we need to do.
|
||||||
@ -464,7 +467,7 @@ Some final steps that we need to do.
|
|||||||
|
|
||||||
* Configure `minio`, see [Minio Configuration](Minio-Configuration)
|
* Configure `minio`, see [Minio Configuration](Minio-Configuration)
|
||||||
* Configure `haproxy` if you are using it, see see [Haproxy Configuration](Haproxy-Configuration)
|
* Configure `haproxy` if you are using it, see see [Haproxy Configuration](Haproxy-Configuration)
|
||||||
* Restart all the containers with `docker compose restart`
|
* Restart all the containers with `docker compose restart` (you should have 7 runnning: web, queue, schedular, postgres, haproxy, minio and memcached
|
||||||
* Update your DNS servers, make sure your `WEB_HOSTNAME` (in `.env`) resolves to the docker hosts IPv4 address and the haproxy's container IPv6 address (as defined in `docker-compose.yml`)
|
* Update your DNS servers, make sure your `WEB_HOSTNAME` (in `.env`) resolves to the docker hosts IPv4 address and the haproxy's container IPv6 address (as defined in `docker-compose.yml`)
|
||||||
|
|
||||||
## Now you are ready
|
## Now you are ready
|
||||||
|
Loading…
Reference in New Issue
Block a user