This commit is contained in:
2021-04-27 13:44:00 +02:00
parent f2e0188608
commit 7375d60859
+7 -1
View File
@@ -3,6 +3,8 @@
## Docker
```
apt-get install docker
curl -L https://github.com/docker/compose/releases/download/1.29.1/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
```
## postgres
@@ -119,7 +121,7 @@ systemctl start minio
wget -P /usr/local/bin/ https://dl.min.io/client/mc/release/linux-amd64/mc
chmod +x /usr/local/bin/mc
mc alias set minio http://localhost:9000 Q75WwM9bvCLyv3Gx CVzYv3REjQPf8gbj
mc alias set minio http://localhost:9000 xxxxxxxxxx xxxxxxxxxxxxxxxxx
mc admin user add minio editoria SUPERMOTDEPASSE
```
@@ -196,4 +198,8 @@ export SERVICE_XSWEET_SECRET=SUPERMOTDEPASSE
export SERVICE_XSWEET_PROTOCOL=http
export SERVICE_XSWEET_HOST=localhost
export SERVICE_XSWEET_PORT=9001' > config/production.env
docker-compose -f docker-compose.production.yml up --env-file ./config/production.env
```