Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,24 @@ services:
container_name: autotester-frontend
networks:
- autotester-network
# УДАЛЕН volumes (сборка происходит в Dockerfile)
command: sh -c "flutter build web && tail -f /dev/null" # Автосборка при запуске
command: sh -c "flutter build web && tail -f /dev/null"

nginx:
image: nginx:latest
container_name: nginx
ports:
- "8080:80"
- "443:443"
volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
- ./frontend/build/web:/usr/share/nginx/html:ro # Прямое монтирование билда
- ./nginx:/etc/nginx/conf.d
- /etc/letsencrypt:/etc/letsencrypt:ro
- ./frontend/build/web:/usr/share/nginx/html:ro
depends_on:
- frontend # Ждем сборки фронтенда
- frontend
- go-api
networks:
- autotester-network

networks:
autotester-network:
driver: bridge

# УДАЛЕН volumes (ненужный именованный том)
106 changes: 53 additions & 53 deletions frontend/.dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,295 +3,295 @@
"packages": [
{
"name": "async",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/async-2.13.0",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/async-2.13.0",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "boolean_selector",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/boolean_selector-2.1.2",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/boolean_selector-2.1.2",
"packageUri": "lib/",
"languageVersion": "3.1"
},
{
"name": "characters",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/characters-1.4.0",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/characters-1.4.0",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "clock",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/clock-1.1.2",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/clock-1.1.2",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "collection",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/collection-1.19.1",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.19.1",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "cupertino_icons",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/cupertino_icons-1.0.8",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/cupertino_icons-1.0.8",
"packageUri": "lib/",
"languageVersion": "3.1"
},
{
"name": "fake_async",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/fake_async-1.3.3",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/fake_async-1.3.3",
"packageUri": "lib/",
"languageVersion": "3.3"
},
{
"name": "ffi",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/ffi-2.1.3",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/ffi-2.1.3",
"packageUri": "lib/",
"languageVersion": "3.3"
},
{
"name": "file",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/file-7.0.1",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/file-7.0.1",
"packageUri": "lib/",
"languageVersion": "3.0"
},
{
"name": "flutter",
"rootUri": "file:///Users/danila/development/flutter/packages/flutter",
"rootUri": "file:///C:/FlutterSDK/flutter/packages/flutter",
"packageUri": "lib/",
"languageVersion": "3.7"
},
{
"name": "flutter_lints",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/flutter_lints-5.0.0",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_lints-5.0.0",
"packageUri": "lib/",
"languageVersion": "3.5"
},
{
"name": "flutter_test",
"rootUri": "file:///Users/danila/development/flutter/packages/flutter_test",
"rootUri": "file:///C:/FlutterSDK/flutter/packages/flutter_test",
"packageUri": "lib/",
"languageVersion": "3.7"
},
{
"name": "flutter_web_plugins",
"rootUri": "file:///Users/danila/development/flutter/packages/flutter_web_plugins",
"rootUri": "file:///C:/FlutterSDK/flutter/packages/flutter_web_plugins",
"packageUri": "lib/",
"languageVersion": "3.7"
},
{
"name": "http",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/http-1.4.0",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/http-1.4.0",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "http_parser",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/http_parser-4.1.2",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/http_parser-4.1.2",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "leak_tracker",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/leak_tracker-10.0.9",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/leak_tracker-10.0.9",
"packageUri": "lib/",
"languageVersion": "3.2"
},
{
"name": "leak_tracker_flutter_testing",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.9",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.9",
"packageUri": "lib/",
"languageVersion": "3.2"
},
{
"name": "leak_tracker_testing",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/leak_tracker_testing-3.0.1",
"packageUri": "lib/",
"languageVersion": "3.2"
},
{
"name": "lints",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/lints-5.1.1",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/lints-5.1.1",
"packageUri": "lib/",
"languageVersion": "3.6"
},
{
"name": "matcher",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/matcher-0.12.17",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/matcher-0.12.17",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "material_color_utilities",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/material_color_utilities-0.11.1",
"packageUri": "lib/",
"languageVersion": "2.17"
},
{
"name": "meta",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/meta-1.16.0",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/meta-1.16.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "nested",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/nested-1.0.0",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/nested-1.0.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "path",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/path-1.9.1",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/path-1.9.1",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "path_provider_linux",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_linux-2.2.1",
"packageUri": "lib/",
"languageVersion": "2.19"
},
{
"name": "path_provider_platform_interface",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_platform_interface-2.1.2",
"packageUri": "lib/",
"languageVersion": "3.0"
},
{
"name": "path_provider_windows",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/path_provider_windows-2.3.0",
"packageUri": "lib/",
"languageVersion": "3.2"
},
{
"name": "platform",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/platform-3.1.6",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/platform-3.1.6",
"packageUri": "lib/",
"languageVersion": "3.2"
},
{
"name": "plugin_platform_interface",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.8",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/plugin_platform_interface-2.1.8",
"packageUri": "lib/",
"languageVersion": "3.0"
},
{
"name": "provider",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/provider-6.1.5",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/provider-6.1.5",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "shared_preferences",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/shared_preferences-2.5.3",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences-2.5.3",
"packageUri": "lib/",
"languageVersion": "3.5"
},
{
"name": "shared_preferences_android",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/shared_preferences_android-2.4.10",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_android-2.4.10",
"packageUri": "lib/",
"languageVersion": "3.6"
},
{
"name": "shared_preferences_foundation",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.4",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_foundation-2.5.4",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "shared_preferences_linux",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_linux-2.4.1",
"packageUri": "lib/",
"languageVersion": "3.3"
},
{
"name": "shared_preferences_platform_interface",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/shared_preferences_platform_interface-2.4.1",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_platform_interface-2.4.1",
"packageUri": "lib/",
"languageVersion": "3.2"
},
{
"name": "shared_preferences_web",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.3",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_web-2.4.3",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "shared_preferences_windows",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/shared_preferences_windows-2.4.1",
"packageUri": "lib/",
"languageVersion": "3.3"
},
{
"name": "sky_engine",
"rootUri": "file:///Users/danila/development/flutter/bin/cache/pkg/sky_engine",
"rootUri": "file:///C:/FlutterSDK/flutter/bin/cache/pkg/sky_engine",
"packageUri": "lib/",
"languageVersion": "3.7"
},
{
"name": "source_span",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/source_span-1.10.1",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/source_span-1.10.1",
"packageUri": "lib/",
"languageVersion": "3.1"
},
{
"name": "stack_trace",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/stack_trace-1.12.1",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/stack_trace-1.12.1",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "stream_channel",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/stream_channel-2.1.4",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/stream_channel-2.1.4",
"packageUri": "lib/",
"languageVersion": "3.3"
},
{
"name": "string_scanner",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/string_scanner-1.4.1",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/string_scanner-1.4.1",
"packageUri": "lib/",
"languageVersion": "3.1"
},
{
"name": "term_glyph",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/term_glyph-1.2.2",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/term_glyph-1.2.2",
"packageUri": "lib/",
"languageVersion": "3.1"
},
{
"name": "test_api",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/test_api-0.7.4",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/test_api-0.7.4",
"packageUri": "lib/",
"languageVersion": "3.5"
},
{
"name": "typed_data",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/typed_data-1.4.0",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/typed_data-1.4.0",
"packageUri": "lib/",
"languageVersion": "3.5"
},
{
"name": "vector_math",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/vector_math-2.1.4",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/vector_math-2.1.4",
"packageUri": "lib/",
"languageVersion": "2.14"
},
{
"name": "vm_service",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/vm_service-15.0.0",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/vm_service-15.0.0",
"packageUri": "lib/",
"languageVersion": "3.3"
},
{
"name": "web",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/web-1.1.1",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/web-1.1.1",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "xdg_directories",
"rootUri": "file:///Users/danila/.pub-cache/hosted/pub.dev/xdg_directories-1.1.0",
"rootUri": "file:///C:/Users/nilov/AppData/Local/Pub/Cache/hosted/pub.dev/xdg_directories-1.1.0",
"packageUri": "lib/",
"languageVersion": "3.3"
},
Expand All @@ -304,7 +304,7 @@
],
"generator": "pub",
"generatorVersion": "3.8.1",
"flutterRoot": "file:///Users/danila/development/flutter",
"flutterVersion": "3.32.6",
"pubCache": "file:///Users/danila/.pub-cache"
}
"flutterRoot": "file:///C:/FlutterSDK/flutter",
"flutterVersion": "3.32.4",
"pubCache": "file:///C:/Users/nilov/AppData/Local/Pub/Cache"
}
Loading
Loading