mirror of
https://github.com/Gurkengewuerz/nitro-docker.git
synced 2024-11-26 17:50:52 +01:00
chore: use --build flag for docker compose
This commit is contained in:
parent
f0e9ccbbcc
commit
69ecdfa02e
10
README.md
10
README.md
@ -53,13 +53,13 @@ docker compose up assets -d
|
|||||||
7. Build assets locally
|
7. Build assets locally
|
||||||
```bash
|
```bash
|
||||||
# build the nitro assets
|
# build the nitro assets
|
||||||
docker compose up assets-build
|
docker compose up assets-build --build
|
||||||
```
|
```
|
||||||
|
|
||||||
8. Build and Start Arcturus Community Emulator
|
8. Build and Start Arcturus Community Emulator
|
||||||
```bash
|
```bash
|
||||||
# start Arcturus emulator
|
# start Arcturus emulator
|
||||||
docker compose up arcturus
|
docker compose up arcturus --build -d
|
||||||
```
|
```
|
||||||
|
|
||||||
9. Update `nitro/renderer-config.json` and `nitro/ui-config.json` values to your setup. If the deployment is buggy or throws any errors check the json files for updates.
|
9. Update `nitro/renderer-config.json` and `nitro/ui-config.json` values to your setup. If the deployment is buggy or throws any errors check the json files for updates.
|
||||||
@ -67,7 +67,7 @@ docker compose up arcturus
|
|||||||
10. Build and Start Nitro
|
10. Build and Start Nitro
|
||||||
```bash
|
```bash
|
||||||
# start nitro server
|
# start nitro server
|
||||||
docker compose up nitro
|
docker compose up nitro --build -d
|
||||||
```
|
```
|
||||||
|
|
||||||
Next setup reverse proxies for your nginx or traefik server. You should disable proxy side caching.
|
Next setup reverse proxies for your nginx or traefik server. You should disable proxy side caching.
|
||||||
@ -100,7 +100,7 @@ promo
|
|||||||
|
|
||||||
After all update nitro files
|
After all update nitro files
|
||||||
```bash
|
```bash
|
||||||
docker compose up assets-build
|
docker compose up assets-build --build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@ -111,7 +111,7 @@ habbo-downloader --output ./assets/translation --domain de --command gamedata
|
|||||||
cd ./assets/translation
|
cd ./assets/translation
|
||||||
cp -rf gamedata/external*.txt ../swf/gamedata/
|
cp -rf gamedata/external*.txt ../swf/gamedata/
|
||||||
cd ../..
|
cd ../..
|
||||||
docker compose up assets-build
|
docker compose up assets-build --build
|
||||||
cd ./assets/translation
|
cd ./assets/translation
|
||||||
python FurnitureDataTranslator.py
|
python FurnitureDataTranslator.py
|
||||||
python SQLGenerator.py
|
python SQLGenerator.py
|
||||||
|
Loading…
Reference in New Issue
Block a user