File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -608,8 +608,8 @@ services:
608608 target : /run/environment-variables/RECCOOM_POSTGRES_USER
609609 - source : postgres_password
610610 target : /run/environment-variables/RECCOOM_POSTGRES_PASSWORD
611- volumes : # DARGSTACK-REMOVE
612- - ../../../reccoom/:/srv/app/ # DARGSTACK-REMOVE
611+ volumes :
612+ - ../../../reccoom/:/srv/app/
613613 reccoom_postgres :
614614 # You can access reccoom's database via `adminer`.
615615 environment :
Original file line number Diff line number Diff line change @@ -71,6 +71,11 @@ services:
7171 reccoom :
7272 deploy : (( prune ))
7373 image : ghcr.io/maevsi/reccoom:0.15.0
74+ reccoom_consumer :
75+ image : ghcr.io/maevsi/reccoom:0.15.0
76+ reccoom_migration :
77+ image : ghcr.io/maevsi/reccoom:0.15.0
78+ volumes : (( prune ))
7479 redpanda-console :
7580 deploy :
7681 labels :
You can’t perform that action at this time.
0 commit comments