Skip to content

Commit bf8fc55

Browse files
committed
Updated production.yml
1 parent 3ba0a63 commit bf8fc55

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

production.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ services:
1717
env_file:
1818
- ./.envs/.production/.django
1919
- ./.envs/.production/.postgres
20+
ports:
21+
- "8001:8000"
2022
command: /start
2123

2224
postgres:
@@ -56,6 +58,11 @@ services:
5658
celerybeat:
5759
<<: *django
5860
image: sde_indexing_helper_production_celerybeat
61+
container_name: sde_indexing_helper_production_celerybeat
62+
depends_on:
63+
- awscli
64+
- postgres
65+
ports: []
5966
command: /start-celerybeat
6067

6168
flower:

0 commit comments

Comments
 (0)