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

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