correct docker-compose

This commit is contained in:
ryanmerolle 2022-08-11 14:09:36 +00:00
parent f53c6b1b77
commit 5247fe8636
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@
"vscode": {
// Set *default* container specific settings.json values on container create.
"settings": {
"editor.experimental.stickyScroll.enabled": true,
//"[python]": {
// "editor.codeActionsOnSave": {
// "source.organizeImports": true

View File

@ -6,7 +6,7 @@ services:
- postgres
- redis
#- redis-cache
- netbox-worker
#- netbox-worker
env_file: env/netbox.env
user: 'unit:root'
volumes: