|
|
|
@ -146,16 +146,16 @@ services: |
|
|
|
restart: unless-stopped |
|
|
|
restart: unless-stopped |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
flower: |
|
|
|
# flower: |
|
|
|
image: "cyber5k/mistborn:${MISTBORN_TAG}" |
|
|
|
# image: "cyber5k/mistborn:${MISTBORN_TAG}" |
|
|
|
container_name: mistborn_production_flower |
|
|
|
# container_name: mistborn_production_flower |
|
|
|
env_file: |
|
|
|
# env_file: |
|
|
|
- ./.envs/.production/.django |
|
|
|
# - ./.envs/.production/.django |
|
|
|
- ./.envs/.production/.postgres |
|
|
|
# - ./.envs/.production/.postgres |
|
|
|
ports: |
|
|
|
# ports: |
|
|
|
- "5555:5555/tcp" |
|
|
|
# - "5555:5555/tcp" |
|
|
|
command: /start-flower |
|
|
|
# command: /start-flower |
|
|
|
restart: unless-stopped |
|
|
|
# restart: unless-stopped |
|
|
|
|
|
|
|
|
|
|
|
pihole: |
|
|
|
pihole: |
|
|
|
container_name: mistborn_production_pihole |
|
|
|
container_name: mistborn_production_pihole |
|
|
|
|