mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 07:26:51 +00:00
Update docker-compose.yml to include necessary setup commands and directories
This commit is contained in:
@@ -32,8 +32,12 @@ This simple project uses Traefik as a reverse proxy to a Streamlit application a
|
|||||||
## Production Deployment
|
## Production Deployment
|
||||||
1. In `compose/traefik/traefik.yml`, change `example@test.com` to your email.
|
1. In `compose/traefik/traefik.yml`, change `example@test.com` to your email.
|
||||||
2. In `compose/traefik/traefik.yml`, change `example.com` to your domain.
|
2. In `compose/traefik/traefik.yml`, change `example.com` to your domain.
|
||||||
3. `docker compose -f production.yml -f ./flarum/docker-compose.yml -f ./emqx-docker/docker-compose.yml -f ./LibreChat/docker-compose.yml -f ./LibreChat/docker-compose.override.yml up --build -d`
|
3. `sudo apt-get install build-essential`
|
||||||
4. `docker compose -f production.yml -f ./flarum/docker-compose.yml -f ./emqx-docker/docker-compose.yml -f ./LibreChat/docker-compose.yml -f ./LibreChat/docker-compose.override.yml down --remove-orphans`
|
4. `mdkir ~/st-sync`
|
||||||
|
5. `mdkir ~/.thelounge`
|
||||||
|
6. `touch cache/bar_cache.sqlite`
|
||||||
|
7. `touch cache/short_cache.sqlite`
|
||||||
|
8. `make serve`
|
||||||
|
|
||||||
### Notes:
|
### Notes:
|
||||||
```yaml
|
```yaml
|
||||||
|
|||||||
@@ -355,20 +355,6 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
|
|
||||||
# msmtpd:
|
|
||||||
# image: crazymax/msmtpd:latest
|
|
||||||
# container_name: flarum_msmtpd
|
|
||||||
# env_file:
|
|
||||||
# - "./msmtpd.env"
|
|
||||||
# environment:
|
|
||||||
# - "TZ"
|
|
||||||
# restart: always
|
|
||||||
# expose:
|
|
||||||
# - 2500
|
|
||||||
# networks:
|
|
||||||
# - net
|
|
||||||
# - default
|
|
||||||
|
|
||||||
portainer:
|
portainer:
|
||||||
image: portainer/portainer-ce:sts
|
image: portainer/portainer-ce:sts
|
||||||
command: -H unix:///var/run/docker.sock
|
command: -H unix:///var/run/docker.sock
|
||||||
|
|||||||
Reference in New Issue
Block a user