1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Merge pull request 'Add the rc_society service to the docker-compose file.' (#136) from MaxSignal/rc-servers:patch-2 into main

Reviewed-on: https://git.ngram.ca/OpenJam/rc-servers/pulls/136
Reviewed-by: NGnius <ngniusness@gmail.com>
This commit is contained in:
NGnius
2026-06-29 20:46:46 +00:00
2 changed files with 17 additions and 0 deletions

View File

@@ -144,6 +144,13 @@ services:
working_dir: /app/rc_microtransactions working_dir: /app/rc_microtransactions
profiles: ["debug"] profiles: ["debug"]
rc_society_debug:
<<:
- *shared-debug
- *web-services
working_dir: /app/rc_society
profiles: ["debug"]
cdn_debug: cdn_debug:
<<: <<:
- *shared-debug - *shared-debug
@@ -227,6 +234,11 @@ services:
working_dir: /app/rc_microtransactions working_dir: /app/rc_microtransactions
profiles: ["release"] profiles: ["release"]
rc_society:
<<: *shared-release
working_dir: /app/rc_society
profiles: ["release"]
cdn_release: cdn_release:
<<: *shared-release <<: *shared-release
working_dir: /app/cdn working_dir: /app/cdn

View File

@@ -81,6 +81,11 @@ services:
working_dir: /app/rc_microtransactions working_dir: /app/rc_microtransactions
command: ./oj_rc_microtransactions --ip "0.0.0.0" command: ./oj_rc_microtransactions --ip "0.0.0.0"
rc_society:
<<: *shared-release
working_dir: /app/rc_society
command: ./oj_rc_society --ip "0.0.0.0"
cdn: cdn:
<<: *shared-release <<: *shared-release
working_dir: /app/cdn working_dir: /app/cdn