diff --git a/.lexical/lexical.log b/.lexical/lexical.log new file mode 100644 index 0000000..aa4606e --- /dev/null +++ b/.lexical/lexical.log @@ -0,0 +1,30 @@ +14:10:15.580 [debug] Child {LoggerFileBackend, :general_log} of Supervisor Logger.Backends.Supervisor started +Pid: #PID<0.113.0> +Start Call: Logger.Backends.Watcher.start_link({{LoggerFileBackend, :general_log}, {LoggerFileBackend, :general_log}}) +Restart: :transient +Shutdown: 5000 +Type: :worker +14:10:15.580 [info] Child Logger.Backends.Supervisor of Supervisor Logger.Backends.Internal started +Pid: #PID<0.112.0> +Start Call: Logger.Backends.Supervisor.start_link([{LoggerFileBackend, :general_log}]) +Restart: :permanent +Shutdown: :infinity +Type: :supervisor +14:10:15.580 [info] Child Logger.Backends.Internal of Supervisor Logger.Supervisor started +Pid: #PID<0.108.0> +Start Call: Logger.Backends.Internal.start_link([]) +Restart: :permanent +Shutdown: :infinity +Type: :supervisor +14:10:15.580 [info] Application logger started at :nonode@nohost +14:10:16.445 [error] FATAL: Lexical is not compatible with Elixir 1.18.2 + +Lexical is compatible with the following versions of Elixir: + + >= 1.13.0 + >= 1.14.0 + >= 1.15.3 + >= 1.16.0 + >= 1.17.0 + >= 1.17.0-rc + diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index c4698fb..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,10 +0,0 @@ -version: "3" -services: - postgres: - image: postgis/postgis:15-3.3-alpine - ports: - - 5432:5432 - environment: - POSTGRES_USER: postgres - POSTGRES_PASSWORD: postgres - POSTGRES_DB: aprs_dev