63 Commits

Author SHA1 Message Date
Georges-Antoine Assi
19b5a83261 Use default config values when config.yml not mount + show warning 2025-09-19 09:17:59 -04:00
Tomasz Gorochowik
8be994c887 Fix documentation link in docker-compose example
Updated documentation link for game library path.
2025-09-08 11:38:33 +02:00
Georges-Antoine Assi
a63fd574bf add sgdb to ecample 2025-07-11 21:29:32 -04:00
Georges-Antoine Assi
7bb4ad31c8 update example with recommended providers 2025-07-11 00:18:09 -04:00
zurdi
5f1d39c8f8 refactor: remove RETROACHIEVEMENTS_USERNAME from docker env variables 2025-05-13 09:31:06 +00:00
zurdi
30a0be2c4c Merge branch 'master' into HEAD 2025-04-10 22:56:55 +00:00
Georges-Antoine Assi
2b2e5a9a2b update old wiki links 2025-03-12 10:44:25 -04:00
Georges-Antoine Assi
d0ccd6a0cd Merge branch 'master' into feat/retro_achievements 2024-12-14 21:24:49 -05:00
zurdi
a51dd03e1a Added full offline support and configurable logging level and API requests debug logs 2024-11-27 17:12:13 +00:00
Michael Manganiello
7e64a02e08 misc: Add MariaDB healthcheck recommendation to Docker Compose config
This commit adds a healthcheck configuration to the MariaDB service in the
Docker Compose example configuration. The healthcheck script is a simple
shell script that checks if the MariaDB server is ready to accept connections.

The application will wait for the MariaDB service to be healthy before
starting the application service. This should solve issues where the
database takes longer to start than the application, and logs some
`Something went horribly wrong with our database` errors.

This change also stops recommending the `linuxserver/mariadb` image as
an alternative. We have had users that change the image because of the
first time run triggering those errors, but the `linuxserver/mariadb`
image requires a different configuration that could be confusing for new
users (e.g. volume mountpoint needs to be `/config` instead of
`/var/lib/mysql`).
2024-11-06 15:00:59 -03:00
Eduardo Balsa
48f198cbef Update docker-compose.example.yml
Switched to MARIADB variables as we are using the MARIADB container
2024-10-14 20:15:25 +02:00
SaraVieira
9b298d46eb use env & reuse request 2024-09-10 21:00:20 +01:00
SaraVieira
27e0c14474 revert many files since saving info on db 2024-09-04 18:15:47 +01:00
SaraVieira
11b46494a7 start work on retro achievements 2024-08-31 19:09:20 +01:00
zurdi
074b368ae9 updated docker.compose example 2024-07-08 11:49:27 +02:00
Need4Swede
0fbbfe9e9d added linuxserver/mariadb as alternative
"mariadb:latest" can cause problems when mounting the database. The use of "linuxserver/mariadb:latest" may fix this issue. Added it as an alternative option.
2024-06-09 09:47:13 -07:00
Georges-Antoine Assi
697ce338ee mark romm/config as required mount 2024-03-26 19:05:34 -04:00
Zurdi
d283214643 Merge branch 'master' into mobygames-new-api 2024-03-26 09:11:40 +01:00
Georges-Antoine Assi
369ab47736 get rid of logs volume 2024-03-25 17:30:38 -04:00
zurdi
c3d7ecd48a merge "master" into "mobygames-new-api" 2024-03-25 11:25:16 +01:00
zurdi
b2392d0acc replaced old zurdi15/romm url to rommapp/romm 2024-03-25 02:49:08 +01:00
Georges-Antoine Assi
dc5e0e6b61 Merge branch 'master' into mobygames-new-api 2024-03-14 18:34:57 -04:00
Zurdi
02182d1a2e Update docker-compose.example.yml 2024-03-12 16:00:39 +01:00
Georges-Antoine Assi
e024fc987f bind redis data volume 2024-03-12 02:07:31 +00:00
Georges-Antoine Assi
41c85b3f80 Merge branch 'master' into mobygames-new-api 2024-03-10 18:05:02 -04:00
Georges-Antoine Assi
f15d7c666a fix quotes in example docker compose 2024-03-01 10:46:50 -05:00
Georges-Antoine Assi
a36d49979e [WIP] build redis into container
expose port right
2024-03-01 10:36:02 -05:00
Georges-Antoine Assi
1c8b86c664 More cleanup of docker-compose 2024-03-01 09:59:02 -05:00
Georges-Antoine Assi
ce9deb4f3c Rebuild moby api on new code 2024-02-13 18:46:31 -05:00
Georges-Antoine Assi
269103f0ed add redis to depends_on 2024-02-08 21:01:00 -05:00
Zurdi
0d3593d878 fixed docker-compose example 2024-02-07 23:20:32 +01:00
Georges-Antoine Assi
bf48b9037f simplify example compose 2024-02-02 00:03:30 -05:00
Georges-Antoine Assi
6bcadec702 everything we need for 3.0 2024-02-01 18:13:16 -05:00
Georges-Antoine Assi
eb18388a81 Mega refactor of asset 2024-02-01 17:59:06 -05:00
Zurdi
e231d1b73e added platform versions support 2024-01-19 13:22:56 +01:00
Georges-Antoine Assi
5e6435916f Hotfix sibling roms when igdb_id is null 2024-01-02 10:42:21 -05:00
Zurdi
ade39f1890 Update docker-compose.example.yml 2024-01-02 00:21:27 +01:00
Zurdi
063bcaf2d9 Update docker-compose.example.yml 2024-01-02 00:20:44 +01:00
Georges-Antoine Assi
cf3ab43ee4 Update example docker-compose for webrcade 2024-01-01 15:06:48 -05:00
Zurdi
cb9aec36cf Update docker-compose.example.yml 2023-11-01 18:43:35 +01:00
Georges-Antoine Assi
80ffca8f77 Update env variables to include new tasks 2023-10-31 12:51:02 -04:00
Zurdi
58fa37d99a Update docker-compose.example.yml 2023-10-30 22:49:42 +01:00
Zurdi
d44ed2c5d0 Merge pull request #413 from zurdi15/support-secured-redis
[ROMM-412] Support for secured redis added
2023-10-29 22:53:13 +01:00
zurdi
f0f661c7f7 [ROMM-396] Hide platforms with no roms in dashboard and drawer 2023-10-29 21:14:41 +01:00
zurdi
7562cee594 [ROMM-412] Support for secured redis added 2023-10-29 20:15:12 +01:00
zurdi
1e2cfd949f IGDB_CLIENT_ID and IGDB_CLIENT_SECRET added to docker-compose example 2023-10-27 13:53:40 +02:00
Lukas Wingerberg
4e91a8e61e reflect the change of docker port in the example 2023-10-23 10:52:04 +02:00
Jackson
231b77802e Change IGDB ID/SECRET variables to working names
Current variables are incorrect, as mentioned here: https://github.com/zurdi15/romm/issues/394#issuecomment-1751814068
2023-10-13 18:52:32 +01:00
Georges-Antoine Assi
2b8d388866 Clarify some environment variables 2023-08-25 16:47:18 -04:00
Georges-Antoine Assi
676057beb9 Improve docker-compose.example.yaml 2023-08-25 15:25:07 -04:00