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

Add the rc_society service to the docker-compose file.

This commit is contained in:
MaxSignal
2026-06-29 18:48:03 +09:00
parent 0315548c95
commit 11c8165a9c
2 changed files with 17 additions and 0 deletions

View File

@@ -81,6 +81,11 @@ services:
working_dir: /app/rc_microtransactions
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:
<<: *shared-release
working_dir: /app/cdn