🧹 Cleaning up dashboard typography

This commit is contained in:
2021-10-12 00:12:43 -07:00
parent 9ff79320da
commit bce37906e9
3 changed files with 11 additions and 4 deletions

View File

@@ -97,7 +97,7 @@ services:
mongodb:
image: 'bitnami/mongodb:latest'
container_name: db
container_name: database
networks:
- proxy
ports:
@@ -118,6 +118,10 @@ services:
- "80:80"
volumes:
- ./proxy.conf:/etc/nginx/conf.d/default.conf
rabbitmq:
image: 'bitnami/rabbitmq:latest'
container_name: jobs_queue
networks:
proxy: