This commit is contained in:
parent
b92032c24f
commit
1f6645f24e
2 changed files with 19 additions and 26 deletions
|
@ -16,12 +16,6 @@ You'll also need to import the database from [the source code repository](https:
|
||||||
|
|
||||||
For more details, check [the project wiki](https://github.com/Cvolton/GMDprivateServer/wiki)
|
For more details, check [the project wiki](https://github.com/Cvolton/GMDprivateServer/wiki)
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
building the image:
|
|
||||||
```
|
|
||||||
docker buildx build . -t <image tag>
|
|
||||||
```
|
|
||||||
<!---->
|
<!---->
|
||||||
<!-- running (remove the `-it` params to run in background): -->
|
<!-- running (remove the `-it` params to run in background): -->
|
||||||
<!-- ``` -->
|
<!-- ``` -->
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
services:
|
services:
|
||||||
service-info: {"image":"busybox:1.36.0", "entrypoint": ["echo", "-e", '\n\n ___ __ __ ____ ___ ____ _____ _ _ _ _____ \n|_ _| \\/ | _ \\ / _ \\| _ \\_ _|/ \\ | \\ | |_ _|\n | || |\\/| | |_) | | | | |_) || | / _ \\ | \\| | | | \n | || | | | __/| |_| | _ < | |/ ___ \\| |\\ | | | \n|___|_| |_|_| \\___/|_| \\_\\|_/_/ \\_\\_| \\_| |_| \n\n IMPORTANT: You will need to import the database dump from https://raw.githubusercontent.com/Cvolton/GMDprivateServer/master/database.sql for the server to work!\n\nProject wiki: https://github.com/Cvolton/GMDprivateServer/wiki\n']}
|
service-info: {"image":"busybox:1.36.0", "entrypoint": ["echo", "-e", '\n\n ___ __ __ ____ ___ ____ _____ _ _ _ _____ \n|_ _| \\/ | _ \\ / _ \\| _ \\_ _|/ \\ | \\ | |_ _|\n | || |\\/| | |_) | | | | |_) || | / _ \\ | \\| | | | \n | || | | | __/| |_| | _ < | |/ ___ \\| |\\ | | | \n|___|_| |_|_| \\___/|_| \\_\\|_/_/ \\_\\_| \\_| |_| \n\n IMPORTANT: You will need to import the database dump from https://raw.githubusercontent.com/Cvolton/GMDprivateServer/master/database.sql for the server to work!\n\nProject wiki: https://github.com/Cvolton/GMDprivateServer/wiki\n']}
|
||||||
# service-info:
|
|
||||||
# # Reminder about setting up your database, you can safely remove this
|
|
||||||
# image: busybox:1.36.0
|
|
||||||
# entrypoint: ["echo", "-e", "\n\n ___ __ __ ____ ___ ____ _____ _ _ _ _____ \n|_ _| \\/ | _ \\ / _ \\| _ \\_ _|/ \\ | \\ | |_ _|\n | || |\\/| | |_) | | | | |_) || | / _ \\ | \\| | | | \n | || | | | __/| |_| | _ < | |/ ___ \\| |\\ | | | \n|___|_| |_|_| \\___/|_| \\_\\|_/_/ \\_\\_| \\_| |_| \n\n IMPORTANT: You will need to import the database dump from https://raw.githubusercontent.com/Cvolton/GMDprivateServer/master/database.sql for the server to work!\n\n"]
|
|
||||||
|
|
||||||
server:
|
server:
|
||||||
|
# You can also use a prebuilt image,
|
||||||
|
# available at
|
||||||
|
# https://codeberg.org/magmaus3/cvoltongdps-docker/packages
|
||||||
build: '.'
|
build: '.'
|
||||||
environment:
|
environment:
|
||||||
DB_SERVER_NAME: "db"
|
DB_SERVER_NAME: "db"
|
||||||
|
|
Loading…
Reference in a new issue